author | zecke <zecke> | 2005-04-16 22:02:48 (UTC) |
---|---|---|
committer | zecke <zecke> | 2005-04-16 22:02:48 (UTC) |
commit | dcb2364568574057819a0f30b8e6958b44b3b698 (patch) (unidiff) | |
tree | acd5cc3ad3b59e8d2e2db162142bae48115be910 /libopie2 | |
parent | 206784bc9919dca87a71de9b998ff0ece08bd8ca (diff) | |
download | opie-dcb2364568574057819a0f30b8e6958b44b3b698.zip opie-dcb2364568574057819a0f30b8e6958b44b3b698.tar.gz opie-dcb2364568574057819a0f30b8e6958b44b3b698.tar.bz2 |
Opie/X11:
-include <qdialog.h> to allow building
-rw-r--r-- | libopie2/opieui/okeyconfigwidget.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libopie2/opieui/okeyconfigwidget.h b/libopie2/opieui/okeyconfigwidget.h index 3d2260c..cc1ea44 100644 --- a/libopie2/opieui/okeyconfigwidget.h +++ b/libopie2/opieui/okeyconfigwidget.h | |||
@@ -9,8 +9,9 @@ | |||
9 | 9 | ||
10 | #include <opie2/okeyconfigmanager.h> | 10 | #include <opie2/okeyconfigmanager.h> |
11 | 11 | ||
12 | #include <qhbox.h> | 12 | #include <qhbox.h> |
13 | #include <qdialog.h> | ||
13 | 14 | ||
14 | 15 | ||
15 | class QKeyEvent; | 16 | class QKeyEvent; |
16 | class QLabel; | 17 | class QLabel; |