summaryrefslogtreecommitdiffstats
path: root/arts/tools/artsactions.h
diff options
context:
space:
mode:
Diffstat (limited to 'arts/tools/artsactions.h')
-rw-r--r--arts/tools/artsactions.h8
1 files changed, 4 insertions, 4 deletions
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 <qwidget.h>
+#include <tqwidget.h>
#include <kdelibs_export.h>
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();