From 0c64a776ddecfa33a37318e79b8811d9774579ae Mon Sep 17 00:00:00 2001 From: Alexander Golubev Date: Tue, 28 Jun 2016 05:07:09 +0300 Subject: Initial add for check target for cmake Signed-off-by: Alexander Golubev --- tdecore/tests/kdebugtest.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tdecore/tests/kdebugtest.cpp') 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 filled: " << il << endl; - Q_LLONG big = 65536LL*65536*500; + TQ_LLONG big = 65536LL*65536*500; kdDebug() << big << endl; TQVariant v( 0.12345 ); -- cgit v1.2.1