Fix a downstream pykde FTBFS

git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1178028 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
v3.5.13-sru
tpearson 14 years ago
parent 86c0e63eba
commit 7515392544

@ -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

Loading…
Cancel
Save