summaryrefslogtreecommitdiff
path: root/inputmethods/multikey/configdlg.h
authorhash <hash>2002-09-06 21:23:05 (UTC)
committer hash <hash>2002-09-06 21:23:05 (UTC)
commitfc4808bea669f75af0c28ba65cf2c638c97e99ba (patch) (side-by-side diff)
tree2ced268c3d31f9dded6d8332698ee8e476a081c0 /inputmethods/multikey/configdlg.h
parent15992c5f9b24eaf8df6f90d1993c85d73827b98f (diff)
downloadopie-fc4808bea669f75af0c28ba65cf2c638c97e99ba.zip
opie-fc4808bea669f75af0c28ba65cf2c638c97e99ba.tar.gz
opie-fc4808bea669f75af0c28ba65cf2c638c97e99ba.tar.bz2
french and other stuff fixed
Diffstat (limited to 'inputmethods/multikey/configdlg.h') (more/less context) (ignore whitespace changes)
-rw-r--r--inputmethods/multikey/configdlg.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/inputmethods/multikey/configdlg.h b/inputmethods/multikey/configdlg.h
index 5d6403f..336932b 100644
--- a/inputmethods/multikey/configdlg.h
+++ b/inputmethods/multikey/configdlg.h
@@ -20,6 +20,7 @@ signals:
void setMapToDefault();
void setMapToFile(QString map);
void reloadKeyboard();
+ void configDlgClosed();
private slots:
void pickTog();
@@ -27,6 +28,8 @@ private slots:
void setMap(int index);
void addMap();
void removeMap();
+ virtual void closeEvent ( QCloseEvent * );
+
// all those required slots for the color push buttons
void keyColorClicked();