summaryrefslogtreecommitdiffstats
path: root/krec/krecexport_wave.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'krec/krecexport_wave.cpp')
-rw-r--r--krec/krecexport_wave.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/krec/krecexport_wave.cpp b/krec/krecexport_wave.cpp
index 6de79d3d..c7f3e18a 100644
--- a/krec/krecexport_wave.cpp
+++ b/krec/krecexport_wave.cpp
@@ -69,7 +69,7 @@ bool KRecExport_Wave::process() {
TQByteArray bytearray( 4096 );
emit getData( bytearray );
_file->writeBlock( bytearray );
- TQTimer::singleShot( 10, this, TQT_SLOT( process() ) );
+ TQTimer::singleShot( 10, this, TQ_SLOT( process() ) );
}
return true;
} else return false;