X-Git-Url: https://ruin.nu/git/?p=adress.git;a=blobdiff_plain;f=mainwindow.h;h=ad0638d11d1d78f05fd33a6bb4a5043849b11aeb;hp=4bb69de3d95cbc01310295d5d22390d6baf4a3b2;hb=1848a0d627c26c1cd949a82af05924697a1d25a9;hpb=e2721b2f5b828bf44923e249832c298972e8413f diff --git a/mainwindow.h b/mainwindow.h index 4bb69de..ad0638d 100644 --- a/mainwindow.h +++ b/mainwindow.h @@ -1,6 +1,12 @@ #ifndef MAINWINDOW_H #define MAINWINDOW_H #include "ui/mainwindowbase.h" +#include +#include +#include +#include +#include +#include "contact.h" class MainWindow : public CMainWindowBase { @@ -16,9 +22,12 @@ public slots: void slotDel(); void slotLoad(); void slotSearch(); - + void slotModify(QListViewItem* lvi); + void slotModify(); protected: void updateView(); + + QString filename; }; #endif // MAINWINDOW_H