summaryrefslogtreecommitdiff
path: root/inputmethods/multikey/configdlg.h
Side-by-side diff
Diffstat (limited to 'inputmethods/multikey/configdlg.h') (more/less context) (ignore whitespace changes)
-rw-r--r--inputmethods/multikey/configdlg.h12
1 files changed, 5 insertions, 7 deletions
diff --git a/inputmethods/multikey/configdlg.h b/inputmethods/multikey/configdlg.h
index ea157c5..91ae429 100644
--- a/inputmethods/multikey/configdlg.h
+++ b/inputmethods/multikey/configdlg.h
@@ -1,3 +1,3 @@
#include <qpe/qpeapplication.h>
-#include <qtabwidget.h>
+#include <qdialog.h>
#include <qcheckbox.h>
@@ -9,3 +9,3 @@
-class ConfigDlg : public QTabWidget
+class ConfigDlg : public QDialog
{
@@ -15,3 +15,2 @@ public:
ConfigDlg ();
- ~ConfigDlg ();
static QStringList ConfigDlg::loadSw();
@@ -27,2 +26,5 @@ signals:
+protected:
+ virtual void accept();
+
protected slots:
@@ -32,4 +34,2 @@ protected slots:
private slots:
- void pickTog();
- void repeatTog();
void setMap(int index);
@@ -39,3 +39,2 @@ private slots:
-
// all those required slots for the color push buttons
@@ -53,3 +52,2 @@ private:
-
QStringList default_maps; // the maps in your share/multikey/ dir