diff options
-rw-r--r-- | kdeui/kinputdialog.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/kdeui/kinputdialog.h b/kdeui/kinputdialog.h index e37584eb6..c675a280c 100644 --- a/kdeui/kinputdialog.h +++ b/kdeui/kinputdialog.h @@ -20,6 +20,10 @@ #ifndef KINPUTDIALOG_H #define KINPUTDIALOG_H +#include <tqt.h> + +#include <kdialogbase.h> + class TQValidator; class KLineEdit; @@ -29,8 +33,6 @@ class KComboBox; class KTextEdit; class KInputDialogPrivate; -#include <kdialogbase.h> - /** * The KInputDialog class provides a simple dialog to get a single value * from the user. The value can be a string, a number (either an integer or |