summaryrefslogtreecommitdiff
path: root/noncore/apps/confedit/mainwindow.h
authortille <tille>2002-06-30 01:05:42 (UTC)
committer tille <tille>2002-06-30 01:05:42 (UTC)
commit064b3d7b91a526a64c22facba228e3c2fec8fdc8 (patch) (unidiff)
tree98221da79a27bc13b8214b92c8c936c529312e24 /noncore/apps/confedit/mainwindow.h
parent1f9e13bb2d287a2495e2cbb0f8be0f53c883eae2 (diff)
downloadopie-064b3d7b91a526a64c22facba228e3c2fec8fdc8.zip
opie-064b3d7b91a526a64c22facba228e3c2fec8fdc8.tar.gz
opie-064b3d7b91a526a64c22facba228e3c2fec8fdc8.tar.bz2
late night
Diffstat (limited to 'noncore/apps/confedit/mainwindow.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/confedit/mainwindow.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/noncore/apps/confedit/mainwindow.h b/noncore/apps/confedit/mainwindow.h
index e0dc0b0..886b829 100644
--- a/noncore/apps/confedit/mainwindow.h
+++ b/noncore/apps/confedit/mainwindow.h
@@ -21,7 +21,7 @@
21class QPEToolBar; 21class QPEToolBar;
22class ListViewItemConfFile; 22class ListViewItemConfFile;
23class ListViewConfDir; 23class ListViewConfDir;
24 24class ListViewItemConf;
25 25
26class MainWindow : public QMainWindow 26class MainWindow : public QMainWindow
27{ 27{
@@ -42,10 +42,12 @@ public slots:
42 void stopTimer( QListViewItem* ); 42 void stopTimer( QListViewItem* );
43 void saveConfFile(); 43 void saveConfFile();
44 void revertConfFile(); 44 void revertConfFile();
45 void removeConfFile();
45 46
46private: 47private:
47 ListViewConfDir *settingList; 48 ListViewConfDir *settingList;
48 EditWidget *editor; 49 EditWidget *editor;
50 ListViewItemConf *_item;
49 ListViewItemConfigEntry *_currentItem; 51 ListViewItemConfigEntry *_currentItem;
50 ListViewItemConfFile *_fileItem; 52 ListViewItemConfFile *_fileItem;
51 QTimer *popupTimer; 53 QTimer *popupTimer;