summaryrefslogtreecommitdiff
path: root/noncore/apps/confedit/listviewconfdir.h
Side-by-side diff
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
@@ -10,24 +10,25 @@
// (c) 2002 Patrick S. Vogtp <tille@handhelds.org>
#ifndef LISTVIEWCONFDIR_H
#define LISTVIEWCONFDIR_H
#include <qwidget.h>
#include <qlistview.h>
#include <qdir.h>
class QDir;
class ListViewConfDir : public QListView {
Q_OBJECT
public:
ListViewConfDir(QString settingsPath, QWidget *parent=0, const char *name=0);
~ListViewConfDir();
-
+protected slots:
+ void expand(QListViewItem*);
private:
QDir confDir;
void readConfFiles();
};
#endif