diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-09-24 05:56:16 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-09-24 05:56:16 +0000 |
commit | d2217557fe3f73a68aacd24f3c72a6193376d921 (patch) | |
tree | 84383a2a4030136085114d9d3b67355fd1dd4c17 | |
parent | bc378237e712ffea9612d6f06a302a7829aab98f (diff) | |
download | tdelibs-d2217557fe3f73a68aacd24f3c72a6193376d921.tar.gz tdelibs-d2217557fe3f73a68aacd24f3c72a6193376d921.zip |
Fix downstream pykde compilation failure
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1178864 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
-rw-r--r-- | kdeui/kcmenumngr.h | 3 | ||||
-rw-r--r-- | kdeui/klineeditdlg.h | 6 | ||||
-rw-r--r-- | kio/kfile/kfileiconview.cpp | 1 |
3 files changed, 8 insertions, 2 deletions
diff --git a/kdeui/kcmenumngr.h b/kdeui/kcmenumngr.h index 7103193ba..fe3e117e2 100644 --- a/kdeui/kcmenumngr.h +++ b/kdeui/kcmenumngr.h @@ -24,6 +24,9 @@ class TQWidget; class TQPopupMenu; class KContextMenuManagerPrivate; + +#include <tqt.h> + #include <tqobject.h> #include <tqptrdict.h> #include <tqkeysequence.h> diff --git a/kdeui/klineeditdlg.h b/kdeui/klineeditdlg.h index 122a19c1d..6e6fc2d89 100644 --- a/kdeui/klineeditdlg.h +++ b/kdeui/klineeditdlg.h @@ -20,11 +20,13 @@ #ifndef __klineeditdlg_h__ #define __klineeditdlg_h__ -class KLineEdit; -class TQValidator; +#include <tqt.h> #include <kdialogbase.h> +class KLineEdit; +class TQValidator; + /** * @deprecated * Please use KInputDialog instead. diff --git a/kio/kfile/kfileiconview.cpp b/kio/kfile/kfileiconview.cpp index 4f0dbf9e1..a4c65924d 100644 --- a/kio/kfile/kfileiconview.cpp +++ b/kio/kfile/kfileiconview.cpp @@ -18,6 +18,7 @@ the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ +#include <tqt.h> #include <tqfontmetrics.h> #include <tqkeycode.h> |