summaryrefslogtreecommitdiffstats
path: root/kio
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-09-26 04:44:37 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-09-26 04:44:37 +0000
commitc9b50480aa0c5ccbf1a4a4005fd735be3a3e0841 (patch)
tree5c9b5b0bbdf50a511034c8667cf6e900471d9cad /kio
parentd90e9103123fd0598b1d16eb28b11873a304b96c (diff)
downloadtdelibs-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')
-rw-r--r--kio/kfile/kfileiconview.h8
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.