summaryrefslogtreecommitdiffstats
path: root/kexi/plugins/macros/lib/exception.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kexi/plugins/macros/lib/exception.cpp')
-rw-r--r--kexi/plugins/macros/lib/exception.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kexi/plugins/macros/lib/exception.cpp b/kexi/plugins/macros/lib/exception.cpp
index 91cfa03c..b435f2f2 100644
--- a/kexi/plugins/macros/lib/exception.cpp
+++ b/kexi/plugins/macros/lib/exception.cpp
@@ -56,7 +56,7 @@ Exception::Exception(const TQString& errormessage)
: d( new Private(errormessage) ) // create the private d-pointer instance.
{
//debuging infos
- kdDebug() << TQString("Exception errormessage=\"%1\"").tqarg(errormessage) << endl;
+ kdDebug() << TQString("Exception errormessage=\"%1\"").arg(errormessage) << endl;
}
//copy constructor