summaryrefslogtreecommitdiff
path: root/libopie/ofileselector/ofileselectormain.h
Side-by-side diff
Diffstat (limited to 'libopie/ofileselector/ofileselectormain.h') (more/less context) (ignore whitespace changes)
-rw-r--r--libopie/ofileselector/ofileselectormain.h23
1 files changed, 0 insertions, 23 deletions
diff --git a/libopie/ofileselector/ofileselectormain.h b/libopie/ofileselector/ofileselectormain.h
deleted file mode 100644
index b540b9a..0000000
--- a/libopie/ofileselector/ofileselectormain.h
+++ b/dev/null
@@ -1,23 +0,0 @@
-#ifndef OPIE_FILESELECTOR_MAIN_H
-#define OPIE_FILESELECTOR_MAIN_H
-
-#include <qwidget.h>
-
-class QGridLayout;
-class QWidgetStack;
-class OFileSelectorMain : public QWidget {
- Q_OBJECT
-public:
- OFileSelectorMain( QWidget* parent );
- ~OFileSelectorMain();
- void setToolbar( QWidget* tool );
- void setWidget( QWidget* view );
-private:
- void init();
- void add();
- QGridLayout *m_lay;
- QWidget* m_tool;
- QWidgetStack *m_stack;
-};
-
-#endif