summaryrefslogtreecommitdiffstats
path: root/libk3bdevice/k3bdebug.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libk3bdevice/k3bdebug.cpp')
-rw-r--r--libk3bdevice/k3bdebug.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/libk3bdevice/k3bdebug.cpp b/libk3bdevice/k3bdebug.cpp
index 40774aa..56dc1a0 100644
--- a/libk3bdevice/k3bdebug.cpp
+++ b/libk3bdevice/k3bdebug.cpp
@@ -84,14 +84,14 @@ K3bDebug& K3bDebug::operator<<( double d )
}
-K3bDebug& K3bDebug::operator<<( const QString& s )
+K3bDebug& K3bDebug::operator<<( const TQString& s )
{
fprintf( stderr, "%s", s.utf8().data() );
return *this;
}
-K3bDebug& K3bDebug::operator<<( const QCString& s )
+K3bDebug& K3bDebug::operator<<( const TQCString& s )
{
fprintf( stderr, "%s", s.data() );
return *this;