summaryrefslogtreecommitdiffstats
path: root/kioslave/system/testsystem.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kioslave/system/testsystem.cpp')
-rw-r--r--kioslave/system/testsystem.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/kioslave/system/testsystem.cpp b/kioslave/system/testsystem.cpp
index 95107680f..d9ad43e50 100644
--- a/kioslave/system/testsystem.cpp
+++ b/kioslave/system/testsystem.cpp
@@ -28,12 +28,12 @@
#include <stdlib.h>
-static bool check(const QString& txt, QString a, QString b)
+static bool check(const TQString& txt, TQString a, TQString b)
{
if (a.isEmpty())
- a = QString::null;
+ a = TQString::null;
if (b.isEmpty())
- b = QString::null;
+ b = TQString::null;
if (a == b) {
kdDebug() << txt << " : checking '" << a << "' against expected value '" << b << "'... " << "ok" << endl;
}