summaryrefslogtreecommitdiffstats
path: root/arts/modules/effects/kstereovolumecontrolgui_impl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'arts/modules/effects/kstereovolumecontrolgui_impl.cpp')
-rw-r--r--arts/modules/effects/kstereovolumecontrolgui_impl.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/arts/modules/effects/kstereovolumecontrolgui_impl.cpp b/arts/modules/effects/kstereovolumecontrolgui_impl.cpp
index 3dca494c..b4db259a 100644
--- a/arts/modules/effects/kstereovolumecontrolgui_impl.cpp
+++ b/arts/modules/effects/kstereovolumecontrolgui_impl.cpp
@@ -21,15 +21,15 @@
#include "kstereovolumecontrolgui_impl.h"
-#include <qframe.h>
+#include <tqframe.h>
#include <kdebug.h>
#include <iostream>
using namespace Arts;
-KStereoVolumeControlGui_impl::KStereoVolumeControlGui_impl( QFrame* w ) : KLayoutBox_impl( w ? w : new QFrame( 0 ) )
+KStereoVolumeControlGui_impl::KStereoVolumeControlGui_impl( TQFrame* w ) : KLayoutBox_impl( w ? w : new TQFrame( 0 ) )
{
- //kdDebug()<<"KStereoVolumeControlGui_impl::KStereoVolumeControlGui_impl( QFrame* "<<w<<" )"<<endl;
+ //kdDebug()<<"KStereoVolumeControlGui_impl::KStereoVolumeControlGui_impl( TQFrame* "<<w<<" )"<<endl;
_mapper = new KStereoVolumeControlGui_EventMapper( this, _qframe );
this->addWidget( _label, -100 );
_label.bottom( Arts::East );