summaryrefslogtreecommitdiffstats
path: root/kexi/plugins/macros/tests/testobject.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kexi/plugins/macros/tests/testobject.cpp')
-rw-r--r--kexi/plugins/macros/tests/testobject.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kexi/plugins/macros/tests/testobject.cpp b/kexi/plugins/macros/tests/testobject.cpp
index 2634d71a..e0db481e 100644
--- a/kexi/plugins/macros/tests/testobject.cpp
+++ b/kexi/plugins/macros/tests/testobject.cpp
@@ -94,7 +94,7 @@ int TestObject::myslot(const TQString&, int i)
//TQString is returnvalue
TQString TestObject::myslot(const TQString& s)
{
- TQString t = TQString("CALLED => TestObject::myslot(const TQString& s) s=%1").arg(s);
+ TQString t = TQString("CALLED => TestObject::myslot(const TQString& s) s=%1").tqarg(s);
//be loud
kdDebug() << t << endl;
//add some extra Debuginfos to TestResults