diff options
Diffstat (limited to 'kdeui/kcmenumngr.h')
-rw-r--r-- | kdeui/kcmenumngr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kdeui/kcmenumngr.h b/kdeui/kcmenumngr.h index 63a3217e6..cd478e494 100644 --- a/kdeui/kcmenumngr.h +++ b/kdeui/kcmenumngr.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 TQObject +class KDEUI_EXPORT KContextMenuManager : public QObject { Q_OBJECT public: |