summaryrefslogtreecommitdiffstats
path: root/tdecore/tests/kdebugtest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tdecore/tests/kdebugtest.cpp')
-rw-r--r--tdecore/tests/kdebugtest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdecore/tests/kdebugtest.cpp b/tdecore/tests/kdebugtest.cpp
index cc85b4554..4052d5dcf 100644
--- a/tdecore/tests/kdebugtest.cpp
+++ b/tdecore/tests/kdebugtest.cpp
@@ -59,7 +59,7 @@ public:
il << 1 << 2 << 3 << 4 << 5;
kdDebug() << "TQValueList<int> filled: " << il << endl;
- Q_LLONG big = 65536LL*65536*500;
+ TQ_LLONG big = 65536LL*65536*500;
kdDebug() << big << endl;
TQVariant v( 0.12345 );