From eba47f8f0637f451e21348187591e1f1fd58ac74 Mon Sep 17 00:00:00 2001 From: tpearson Date: Mon, 2 Aug 2010 19:23:46 +0000 Subject: TQt conversion git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdegraphics@1158446 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kooka/dwmenuaction.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'kooka/dwmenuaction.h') 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 -#include +#include #include /** @@ -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(); -- cgit v1.2.1