summaryrefslogtreecommitdiffstats
path: root/kdecore/tests/kglobaltest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kdecore/tests/kglobaltest.cpp')
-rw-r--r--kdecore/tests/kglobaltest.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/kdecore/tests/kglobaltest.cpp b/kdecore/tests/kglobaltest.cpp
index 90332e3e6..d03be209e 100644
--- a/kdecore/tests/kglobaltest.cpp
+++ b/kdecore/tests/kglobaltest.cpp
@@ -8,12 +8,12 @@
#include <assert.h>
#include <kcmdlineargs.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;
}