From c9b50480aa0c5ccbf1a4a4005fd735be3a3e0841 Mon Sep 17 00:00:00 2001 From: tpearson Date: Sun, 26 Sep 2010 04:44:37 +0000 Subject: Fix downstream pykde3 FTBFS git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdelibs@1179707 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kio/kfile/kfileiconview.h | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'kio') 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 #include #include @@ -31,6 +29,10 @@ class TQLabel; #include #include +class KFileItem; +class TQWidget; +class TQLabel; + /** * An item for the iconview, that has a reference to its corresponding * KFileItem. -- cgit v1.2.3