From 7515392544cae24d529a23fad4531e2f2b4ef0ab Mon Sep 17 00:00:00 2001 From: tpearson Date: Wed, 22 Sep 2010 02:15:05 +0000 Subject: Fix a downstream pykde FTBFS git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1178028 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kdeui/kinputdialog.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'kdeui/kinputdialog.h') 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 -- cgit v1.2.1