summaryrefslogtreecommitdiff
path: root/noncore/unsupported/filebrowser/filebrowser.h
Side-by-side diff
Diffstat (limited to 'noncore/unsupported/filebrowser/filebrowser.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/unsupported/filebrowser/filebrowser.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/noncore/unsupported/filebrowser/filebrowser.h b/noncore/unsupported/filebrowser/filebrowser.h
index c214dbe..54856a0 100644
--- a/noncore/unsupported/filebrowser/filebrowser.h
+++ b/noncore/unsupported/filebrowser/filebrowser.h
@@ -28,3 +28,3 @@
#include <qstringlist.h>
-
+class QLabel;
class InlineEdit;
@@ -60,2 +60,3 @@ public:
QStringList history() const { return dirHistory; }
+ bool showingHidden;
@@ -116,2 +117,4 @@ public:
const char * name = 0, WFlags f = 0 );
+public slots:
+ void changeCaption(const QString &);
private:
@@ -138,2 +141,3 @@ private slots:
void dirSelected( int id );
+ void showHidden();
};