diff options
-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. |