From d2217557fe3f73a68aacd24f3c72a6193376d921 Mon Sep 17 00:00:00 2001 From: tpearson Date: Fri, 24 Sep 2010 05:56:16 +0000 Subject: [PATCH] Fix downstream pykde compilation failure git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1178864 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kdeui/kcmenumngr.h | 3 +++ kdeui/klineeditdlg.h | 6 ++++-- 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 + #include #include #include 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 #include +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 #include #include