summaryrefslogtreecommitdiffstats
path: root/kdeui
diff options
context:
space:
mode:
Diffstat (limited to 'kdeui')
-rw-r--r--kdeui/kcmenumngr.h9
1 files changed, 4 insertions, 5 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>