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 /kio/kfile | |
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
Diffstat (limited to 'kio/kfile')
-rw-r--r-- | kio/kfile/kfileiconview.h | 8 |
1 files changed, 5 insertions, 3 deletions
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. |