summaryrefslogtreecommitdiffstats
path: root/tdecore/tests/kdebugtest.cpp
diff options
context:
space:
mode:
authorAlexander Golubev <fatzer2@gmail.com>2016-06-28 05:07:09 +0300
committerSlávek Banko <slavek.banko@axis.cz>2017-01-29 02:27:14 +0100
commit0c64a776ddecfa33a37318e79b8811d9774579ae (patch)
treeb77494d4c746e943b726fa9a976f699990e3d89c /tdecore/tests/kdebugtest.cpp
parenta3abfb87bc3ee696f9246a23978813244a257c53 (diff)
downloadtdelibs-0c64a776ddecfa33a37318e79b8811d9774579ae.tar.gz
tdelibs-0c64a776ddecfa33a37318e79b8811d9774579ae.zip
Initial add for check target for cmake
Signed-off-by: Alexander Golubev <fatzer2@gmail.com>
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 );