diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-09-26 04:44:37 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2010-09-26 04:44:37 +0000 |
commit | c9b50480aa0c5ccbf1a4a4005fd735be3a3e0841 (patch) | |
tree | 5c9b5b0bbdf50a511034c8667cf6e900471d9cad | |
parent | d90e9103123fd0598b1d16eb28b11873a304b96c (diff) | |
download | tdelibs-c9b50480aa0c5ccbf1a4a4005fd735be3a3e0841.tar.gz tdelibs-c9b50480aa0c5ccbf1a4a4005fd735be3a3e0841.zip |
Fix downstream pykde3 FTBFS
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1179707 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
-rw-r--r-- | kdeui/kcmenumngr.h | 9 | ||||
-rw-r--r-- | kio/kfile/kfileiconview.h | 8 |
2 files changed, 9 insertions, 8 deletions
diff --git a/kdeui/kcmenumngr.h b/kdeui/kcmenumngr.h index fe3e117e2..cd478e494 100644 --- a/kdeui/kcmenumngr.h +++ b/kdeui/kcmenumngr.h @@ -20,11 +20,6 @@ #ifndef KCMENUMNGR_H #define KCMENUMNGR_H - -class TQWidget; -class TQPopupMenu; -class KContextMenuManagerPrivate; - #include <tqt.h> #include <tqobject.h> @@ -33,6 +28,10 @@ class KContextMenuManagerPrivate; #include <kdelibs_export.h> +class TQWidget; +class TQPopupMenu; +class KContextMenuManagerPrivate; + /** @short Convenience class to mangage context menus @author Matthias Ettrich <ettrich@kde.org> diff --git a/kio/kfile/kfileiconview.h b/kio/kfile/kfileiconview.h index f80c4ae4a..a4fd34ea1 100644 --- a/kio/kfile/kfileiconview.h +++ b/kio/kfile/kfileiconview.h @@ -21,9 +21,7 @@ #ifndef KFILEICONVIEW_H #define KFILEICONVIEW_H -class KFileItem; -class TQWidget; -class TQLabel; +#include <tqt.h> #include <kiconview.h> #include <kiconloader.h> @@ -31,6 +29,10 @@ class TQLabel; #include <kmimetyperesolver.h> #include <kfile.h> +class KFileItem; +class TQWidget; +class TQLabel; + /** * An item for the iconview, that has a reference to its corresponding * KFileItem. |