summaryrefslogtreecommitdiff
path: root/inputmethods/multikey/configdlg.cpp
Unidiff
Diffstat (limited to 'inputmethods/multikey/configdlg.cpp') (more/less context) (show whitespace changes)
-rw-r--r--inputmethods/multikey/configdlg.cpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/inputmethods/multikey/configdlg.cpp b/inputmethods/multikey/configdlg.cpp
index f6507b4..26c9233 100644
--- a/inputmethods/multikey/configdlg.cpp
+++ b/inputmethods/multikey/configdlg.cpp
@@ -1,18 +1,17 @@
1/* 1/*
2 * TODO 2 * TODO
3 * make a font selection thing (size too) 3 * make a font selection thing (size too)
4 * make a cursor thing 4 * make vertical keys possible
5 * add meta key support for german, etc 5 * make a keymap editor
6 *
7 * 6 *
8 * 7 *
9 */ 8 */
10 9
11#include <qpe/qpeapplication.h> 10#include <qpe/qpeapplication.h>
12#include <qpe/config.h> 11#include <qpe/config.h>
13 12
14#include <qwidget.h> 13#include <qwidget.h>
15#include <qdialog.h> 14#include <qdialog.h>
16#include <qtabwidget.h> 15#include <qtabwidget.h>
17#include <qvbox.h> 16#include <qvbox.h>
18#include <qgrid.h> 17#include <qgrid.h>