summaryrefslogtreecommitdiffstats
path: root/krec/krecexport_template.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'krec/krecexport_template.cpp')
-rw-r--r--krec/krecexport_template.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/krec/krecexport_template.cpp b/krec/krecexport_template.cpp
index 43fa023c..3569268d 100644
--- a/krec/krecexport_template.cpp
+++ b/krec/krecexport_template.cpp
@@ -16,10 +16,10 @@
#include "krecglobal.h"
-#include <qtimer.h>
+#include <tqtimer.h>
#include <kdebug.h>
-KRecExportItem::KRecExportItem( QObject* p, const char* n, const QStringList& ) : QObject( p,n ), _running( false ) {
+KRecExportItem::KRecExportItem( TQObject* p, const char* n, const TQStringList& ) : TQObject( p,n ), _running( false ) {
//kdDebug( 60005 ) << k_funcinfo << endl;
}
KRecExportItem::~KRecExportItem() {
@@ -57,7 +57,7 @@ kdDebug( 60005 ) << k_funcinfo << endl;
if ( !running() ) {
if ( process() ) {
_running = true;
- QTimer::singleShot( 0, this, SLOT( process() ) );
+ TQTimer::singleShot( 0, this, TQT_SLOT( process() ) );
emit running( running() );
}
return true;