summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-09-22 02:15:05 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-09-22 02:15:05 +0000
commit7515392544cae24d529a23fad4531e2f2b4ef0ab (patch)
tree2e78df198f8a7abcf08458e16e2a31078405afb7
parent86c0e63eba1555f2d4158aba2484d51770a5adcc (diff)
downloadtdelibs-75153925.tar.gz
tdelibs-75153925.zip
Fix a downstream pykde FTBFS
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1178028 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
-rw-r--r--kdeui/kinputdialog.h6
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