summaryrefslogtreecommitdiff
path: root/noncore/settings/mediummount/mainwindow.h
authorharlekin <harlekin>2003-03-23 14:17:43 (UTC)
committer harlekin <harlekin>2003-03-23 14:17:43 (UTC)
commitdca448bad29f0afbab1fc0ffe493560fd927c1b5 (patch) (side-by-side diff)
tree178ab4781f5952f6e333659531cb7e0db0276f24 /noncore/settings/mediummount/mainwindow.h
parent013194659dde417767c62ab2fe18b09ea21558eb (diff)
downloadopie-dca448bad29f0afbab1fc0ffe493560fd927c1b5.zip
opie-dca448bad29f0afbab1fc0ffe493560fd927c1b5.tar.gz
opie-dca448bad29f0afbab1fc0ffe493560fd927c1b5.tar.bz2
a dialog now x does not save ok saves, also some layout changes
Diffstat (limited to 'noncore/settings/mediummount/mainwindow.h') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/settings/mediummount/mainwindow.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/noncore/settings/mediummount/mainwindow.h b/noncore/settings/mediummount/mainwindow.h
index ce54674..9c648ef 100644
--- a/noncore/settings/mediummount/mainwindow.h
+++ b/noncore/settings/mediummount/mainwindow.h
@@ -6,3 +6,3 @@
#include <qlist.h>
-#include <qmainwindow.h>
+#include <qdialog.h>
@@ -14,6 +14,6 @@ namespace MediumMountSetting {
class MediumGlobalWidget;
- class MainWindow : public QMainWindow {
+ class MainWindow : public QDialog {
Q_OBJECT
public:
- MainWindow(QWidget *parent = 0, const char *name = 0 , WFlags = 0);
+ MainWindow(QWidget *parent = 0, const char *name = 0 , bool modal = FALSE, WFlags = 0);
~MainWindow();
@@ -23,2 +23,3 @@ namespace MediumMountSetting {
void slotCheckingChanged(int );
+ void accept();
private: