From e654398e46e37abf457b2b1122ab898d2c51c49f Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 31 Jul 2010 19:43:15 +0000 Subject: Trinity Qt initial conversion git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdemultimedia@1157644 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- arts/tools/artsactions.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'arts/tools/artsactions.h') diff --git a/arts/tools/artsactions.h b/arts/tools/artsactions.h index 15a19f64..441d7373 100644 --- a/arts/tools/artsactions.h +++ b/arts/tools/artsactions.h @@ -21,7 +21,7 @@ #ifndef ARTS_ACTIONS_H #define ARTS_ACTIONS_H -#include +#include #include class KArtsServer; class KAction; @@ -50,7 +50,7 @@ public: @param qwidget the parent QWidget @param name the name of the object */ - ArtsActions( KArtsServer* artsserver, KActionCollection* actioncollection, QWidget* qwidget, const char* name=0 ); + ArtsActions( KArtsServer* artsserver, KActionCollection* actioncollection, TQWidget* qwidget, const char* name=0 ); /** Destructor */ ~ArtsActions(); @@ -75,8 +75,8 @@ public: KAction* actionStyleSmall(); KPopupMenu* stylemenu(); - static KAction* actionMoreBars( const QObject*, const char*, KActionCollection* ); - static KAction* actionLessBars( const QObject*, const char*, KActionCollection* ); + static KAction* actionMoreBars( const TQObject*, const char*, KActionCollection* ); + static KAction* actionLessBars( const TQObject*, const char*, KActionCollection* ); public slots: void viewScopeView(); -- cgit v1.2.1