summaryrefslogtreecommitdiffstats
path: root/noatun/modules/artseffects/extrastereogui_impl.cc
diff options
context:
space:
mode:
Diffstat (limited to 'noatun/modules/artseffects/extrastereogui_impl.cc')
-rw-r--r--noatun/modules/artseffects/extrastereogui_impl.cc10
1 files changed, 5 insertions, 5 deletions
diff --git a/noatun/modules/artseffects/extrastereogui_impl.cc b/noatun/modules/artseffects/extrastereogui_impl.cc
index 5952c80e..b5a19bf0 100644
--- a/noatun/modules/artseffects/extrastereogui_impl.cc
+++ b/noatun/modules/artseffects/extrastereogui_impl.cc
@@ -1,13 +1,13 @@
-#include <qlayout.h>
-#include <qslider.h>
+#include <tqlayout.h>
+#include <tqslider.h>
#include "extrastereogui_impl.h"
namespace Arts {
-ExtraStereoGUI_impl::ExtraStereoGUI_impl() : QWidget(0)
+ExtraStereoGUI_impl::ExtraStereoGUI_impl() : TQWidget(0)
{
- (new QHBoxLayout(this))->setAutoAdd(true);
- mSlider=new QSlider(0,100,10, 0, Horizontal, this);
+ (new TQHBoxLayout(this))->setAutoAdd(true);
+ mSlider=new TQSlider(0,100,10, 0, Horizontal, this);
mSlider->show();
show();
}