summaryrefslogtreecommitdiffstats
path: root/kexi/tests/newapi/dr_prop_test.h
diff options
context:
space:
mode:
Diffstat (limited to 'kexi/tests/newapi/dr_prop_test.h')
-rw-r--r--kexi/tests/newapi/dr_prop_test.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kexi/tests/newapi/dr_prop_test.h b/kexi/tests/newapi/dr_prop_test.h
index 2cbee8b2..d7bfd5b3 100644
--- a/kexi/tests/newapi/dr_prop_test.h
+++ b/kexi/tests/newapi/dr_prop_test.h
@@ -23,7 +23,7 @@
int drPropTest()
{
TQValueList<TQCString> names = driver->propertyNames();
- kdDebug() << TQString("%1 properties found:").arg(names.count()) << endl;
+ kdDebug() << TQString("%1 properties found:").tqarg(names.count()) << endl;
for (TQValueList<TQCString>::ConstIterator it = names.constBegin(); it!=names.constEnd(); ++it) {
kdDebug() << " - " << (*it) << ":"
<< " caption=\"" << driver->propertyCaption(*it) << "\""