summaryrefslogtreecommitdiff
path: root/noncore/apps/confedit/listviewconfdir.h
authortille <tille>2002-07-07 17:18:50 (UTC)
committer tille <tille>2002-07-07 17:18:50 (UTC)
commit04f29267e391eb4ad7ff9fc86468f6ccd1bd8f6d (patch) (unidiff)
tree91ed01ce29ec4dfd478f75239f874a22d1672a14 /noncore/apps/confedit/listviewconfdir.h
parenta72877e867e70784e3c865fa2948ac40f72b5c39 (diff)
downloadopie-04f29267e391eb4ad7ff9fc86468f6ccd1bd8f6d.zip
opie-04f29267e391eb4ad7ff9fc86468f6ccd1bd8f6d.tar.gz
opie-04f29267e391eb4ad7ff9fc86468f6ccd1bd8f6d.tar.bz2
better layout
Diffstat (limited to 'noncore/apps/confedit/listviewconfdir.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/apps/confedit/listviewconfdir.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/noncore/apps/confedit/listviewconfdir.h b/noncore/apps/confedit/listviewconfdir.h
index 3131972..978007b 100644
--- a/noncore/apps/confedit/listviewconfdir.h
+++ b/noncore/apps/confedit/listviewconfdir.h
@@ -23,7 +23,8 @@ class ListViewConfDir : public QListView {
23public: 23public:
24 ListViewConfDir(QString settingsPath, QWidget *parent=0, const char *name=0); 24 ListViewConfDir(QString settingsPath, QWidget *parent=0, const char *name=0);
25 ~ListViewConfDir(); 25 ~ListViewConfDir();
26 26protected slots:
27 void expand(QListViewItem*);
27private: 28private:
28 QDir confDir; 29 QDir confDir;
29 30