summaryrefslogtreecommitdiffstats
path: root/arts/tools/main.h
diff options
context:
space:
mode:
Diffstat (limited to 'arts/tools/main.h')
-rw-r--r--arts/tools/main.h20
1 files changed, 10 insertions, 10 deletions
diff --git a/arts/tools/main.h b/arts/tools/main.h
index 4e74d4af..2770b054 100644
--- a/arts/tools/main.h
+++ b/arts/tools/main.h
@@ -24,19 +24,19 @@
#define MAIN_H
#include <qiomanager.h>
#include <dispatcher.h>
-#include <qmessagebox.h>
+#include <tqmessagebox.h>
#include <kapplication.h>
-#include <qframe.h>
+#include <tqframe.h>
#include <kmainwindow.h>
#include <kcmdlineargs.h>
#include <kaboutdata.h>
#include <klocale.h>
#include <kstdaction.h>
-#include <qlayout.h>
-#include <qpushbutton.h>
+#include <tqlayout.h>
+#include <tqpushbutton.h>
#include <artsflow.h>
#include <soundserver.h>
-#include <qobject.h>
+#include <tqobject.h>
#include <kartswidget.h>
#include <flowsystem.h>
#include <artsmodules.h>
@@ -47,14 +47,14 @@ class PeakBar;
class PeakLevelMeter;
class VScale;
-class FreeVerbView : public QWidget {
+class FreeVerbView : public TQWidget {
Q_OBJECT
protected:
Arts::Synth_FREEVERB freeverb;
Arts::SimpleSoundServer server;
long effectID;
- void closeEvent(QCloseEvent *e);
+ void closeEvent(TQCloseEvent *e);
public:
FreeVerbView(Arts::SimpleSoundServer server);
~FreeVerbView();
@@ -64,7 +64,7 @@ signals:
class KArtsWidget;
-class VControl : public QFrame {
+class VControl : public TQFrame {
Q_OBJECT
protected:
class StereoLevelMeter *stereoMeter;
@@ -74,10 +74,10 @@ protected:
KArtsWidget *svcguiw;
KArtsServer *server;
- QBoxLayout *boxLayout;
+ TQBoxLayout *boxLayout;
public:
- VControl( KArtsServer*, QWidget *parent);
+ VControl( KArtsServer*, TQWidget *parent);
~VControl();
public slots: