diff options
Diffstat (limited to 'kdeui/kcmenumngr.h')
-rw-r--r-- | kdeui/kcmenumngr.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kdeui/kcmenumngr.h b/kdeui/kcmenumngr.h index cd478e494..ce05f6b9d 100644 --- a/kdeui/kcmenumngr.h +++ b/kdeui/kcmenumngr.h @@ -20,7 +20,7 @@ #ifndef KCMENUMNGR_H #define KCMENUMNGR_H -#include <tqt.h> +// #include <tqt.h> #include <tqobject.h> #include <tqptrdict.h> @@ -75,7 +75,7 @@ If the popup menu is invoked with the keyboard shortcut, it's shown at the position of the micro focus hint of the widget ( TQWidget::microFocusHint() ). */ -class KDEUI_EXPORT KContextMenuManager : public QObject +class KDEUI_EXPORT KContextMenuManager : public TQObject { Q_OBJECT public: |