summaryrefslogtreecommitdiff
path: root/core/launcher/mediummountgui.h
authorharlekin <harlekin>2002-03-22 15:05:56 (UTC)
committer harlekin <harlekin>2002-03-22 15:05:56 (UTC)
commita25901e13435a44576229bbda344aedf138863b0 (patch) (side-by-side diff)
tree8175f5bdb5ea7280d18fe459d61b8ba4943dd212 /core/launcher/mediummountgui.h
parent10b7c4b15d5a5a7cdbf6ab800b0911ffc67e8e7a (diff)
downloadopie-a25901e13435a44576229bbda344aedf138863b0.zip
opie-a25901e13435a44576229bbda344aedf138863b0.tar.gz
opie-a25901e13435a44576229bbda344aedf138863b0.tar.bz2
now QDialog
Diffstat (limited to 'core/launcher/mediummountgui.h') (more/less context) (ignore whitespace changes)
-rw-r--r--core/launcher/mediummountgui.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/core/launcher/mediummountgui.h b/core/launcher/mediummountgui.h
index 0da2803..700a922 100644
--- a/core/launcher/mediummountgui.h
+++ b/core/launcher/mediummountgui.h
@@ -1,44 +1,44 @@
#ifndef MEDIUMMOUNTGUI_H
#define MEDIUMMOUNTGUI_H
#include <qvariant.h>
-#include <qwidget.h>
+#include <qdialog.h>
class QVBoxLayout;
class QHBoxLayout;
class QGridLayout;
class QCheckBox;
class QGroupBox;
class QLabel;
class QLineEdit;
class QPushButton;
-class MediumMountGui : public QWidget
+class MediumMountGui : public QDialog
{
Q_OBJECT
public:
- MediumMountGui( const QString &path = "/tmp/", QWidget* parent = 0, const char* name = 0, WFlags fl = 0 );
+ MediumMountGui( const QString &path = "/tmp/", QWidget* parent = 0, const char* name = 0, bool modal = FALSE ,WFlags fl = 0 );
~MediumMountGui();
protected:
QPushButton* quit;
QPushButton* quit_2;
QLabel* DirSelectText_2;
QLineEdit* LineEdit1;
QPushButton* PushButton3;
QLabel* DirSelectText;
QLabel* Text_2;
QLabel* Text;
QGroupBox* GroupBox1;
QCheckBox* CheckBoxAudio;
QCheckBox* CheckBoxImage;
QCheckBox* CheckBoxText;
QCheckBox* CheckBoxVideo;
QCheckBox* AskBox;
public:
bool check();
private:
void startGui();
void readConfig();