summaryrefslogtreecommitdiffstats
path: root/arts/tools/main.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-07-31 19:43:15 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-07-31 19:43:15 +0000
commite654398e46e37abf457b2b1122ab898d2c51c49f (patch)
treed39ee6440f3c3663c3ead84a2d4cc2d034667e96 /arts/tools/main.h
parente4f29b18e19394b9352f52a6c0d0d0e3932cf511 (diff)
downloadtdemultimedia-e654398e46e37abf457b2b1122ab898d2c51c49f.tar.gz
tdemultimedia-e654398e46e37abf457b2b1122ab898d2c51c49f.zip
Trinity Qt initial conversion
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdemultimedia@1157644 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
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: