diff options
Diffstat (limited to 'kio/kfile/kfileiconview.h')
-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. |