summaryrefslogtreecommitdiff
path: root/core/multimedia/opieplayer/inputDialog.h
Unidiff
Diffstat (limited to 'core/multimedia/opieplayer/inputDialog.h') (more/less context) (show whitespace changes)
-rw-r--r--core/multimedia/opieplayer/inputDialog.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/core/multimedia/opieplayer/inputDialog.h b/core/multimedia/opieplayer/inputDialog.h
index 26d5cd0..3e3e36f 100644
--- a/core/multimedia/opieplayer/inputDialog.h
+++ b/core/multimedia/opieplayer/inputDialog.h
@@ -8,24 +8,23 @@
8****************************************************************************/ 8****************************************************************************/
9#ifndef INPUTDIALOG_H 9#ifndef INPUTDIALOG_H
10#define INPUTDIALOG_H 10#define INPUTDIALOG_H
11 11
12#include <qvariant.h> 12#include <qvariant.h>
13#include <qdialog.h> 13#include <qdialog.h>
14class QVBoxLayout; 14
15class QHBoxLayout;
16class QGridLayout;
17class QLineEdit; 15class QLineEdit;
18 16
19class InputDialog : public QDialog 17class InputDialog : public QDialog
20{ 18{
21 Q_OBJECT 19 Q_OBJECT
22 20
23public: 21public:
24 InputDialog( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 ); 22 InputDialog( QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
25 ~InputDialog(); 23 ~InputDialog();
26 QString inputText; 24 QString inputText;
27 QLineEdit* LineEdit1; 25 QLineEdit* LineEdit1;
28 26protected slots:
27 void browse();
29}; 28};
30 29
31#endif // INPUTDIALOG_H 30#endif // INPUTDIALOG_H