X-Git-Url: https://ruin.nu/git/?p=adress.git;a=blobdiff_plain;f=mainwindow.h;h=2a65fe34c3de56b89ecd49f7bedd48665ee136e4;hp=4bb69de3d95cbc01310295d5d22390d6baf4a3b2;hb=7d9ac6d07bdb73b8ebce6b56cafd6e473b7086b1;hpb=e2721b2f5b828bf44923e249832c298972e8413f diff --git a/mainwindow.h b/mainwindow.h index 4bb69de..2a65fe3 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,11 @@ public slots: void slotDel(); void slotLoad(); void slotSearch(); - + void slotModify(QListViewItem* lvi); protected: void updateView(); + + QString filename; }; #endif // MAINWINDOW_H