]> ruin.nu Git - adress.git/blobdiff - mainwindow.h
*** empty log message ***
[adress.git] / mainwindow.h
index 4bb69de3d95cbc01310295d5d22390d6baf4a3b2..2a65fe34c3de56b89ecd49f7bedd48665ee136e4 100644 (file)
@@ -1,6 +1,12 @@
 #ifndef MAINWINDOW_H
 #define MAINWINDOW_H
 #include "ui/mainwindowbase.h"
+#include <qfile.h>
+#include <qfiledialog.h>
+#include <qtextstream.h>
+#include <qstring.h>
+#include <qlistview.h>
+#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