summaryrefslogtreecommitdiffstats
path: root/khotkeys/shared/soundrecorder.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'khotkeys/shared/soundrecorder.cpp')
-rw-r--r--khotkeys/shared/soundrecorder.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/khotkeys/shared/soundrecorder.cpp b/khotkeys/shared/soundrecorder.cpp
index fc2031113..266bbc7ce 100644
--- a/khotkeys/shared/soundrecorder.cpp
+++ b/khotkeys/shared/soundrecorder.cpp
@@ -27,7 +27,7 @@
#include <kdebug.h>
#include <klocale.h>
-#include <qtimer.h>
+#include <tqtimer.h>
#include <klibloader.h>
#include "khotkeysglobal.h"
@@ -47,7 +47,7 @@ bool SoundRecorder::init( KLibrary* lib )
return create_fun != NULL;
}
-SoundRecorder* SoundRecorder::create( QObject* parent, const char* name )
+SoundRecorder* SoundRecorder::create( TQObject* parent, const char* name )
{
#ifdef HAVE_ARTS
if( create_fun != NULL )
@@ -56,7 +56,7 @@ SoundRecorder* SoundRecorder::create( QObject* parent, const char* name )
return new SoundRecorder( parent, name );
}
-SoundRecorder::SoundRecorder(QObject *parent, const char *name) : QObject(parent, name) {}
+SoundRecorder::SoundRecorder(TQObject *parent, const char *name) : TQObject(parent, name) {}
SoundRecorder::~SoundRecorder()
{