diff options
Diffstat (limited to 'kooka/dwmenuaction.h')
-rw-r--r-- | kooka/dwmenuaction.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kooka/dwmenuaction.h b/kooka/dwmenuaction.h index 9b1698ed..e260a094 100644 --- a/kooka/dwmenuaction.h +++ b/kooka/dwmenuaction.h @@ -30,7 +30,7 @@ #ifndef __DW_MENU_ACTION #define __DW_MENU_ACTION #include <kdockwidget.h> -#include <qstring.h> +#include <tqstring.h> #include <kaction.h> /** @@ -44,9 +44,9 @@ class dwMenuAction:public KToggleAction { Q_OBJECT public: - dwMenuAction( const QString& text, + dwMenuAction( const TQString& text, const KShortcut& cut = KShortcut(), - KDockWidget *dw=0, QObject* parent = 0, + KDockWidget *dw=0, TQObject* parent = 0, KDockMainWindow * mw=0, const char* name = 0 ); virtual ~dwMenuAction(); |