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 + +#include + class TQValidator; class KLineEdit; @@ -29,8 +33,6 @@ class KComboBox; class KTextEdit; class KInputDialogPrivate; -#include - /** * 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