summaryrefslogtreecommitdiffstats
path: root/libkcal/exceptions.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libkcal/exceptions.cpp')
-rw-r--r--libkcal/exceptions.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/libkcal/exceptions.cpp b/libkcal/exceptions.cpp
index 0394a400..99c804dd 100644
--- a/libkcal/exceptions.cpp
+++ b/libkcal/exceptions.cpp
@@ -38,7 +38,7 @@ Exception::~Exception()
TQString Exception::message()
{
if ( mMessage.isEmpty() ) {
- return i18n( "%1 Error" ).tqarg( CalFormat::application() );
+ return i18n( "%1 Error" ).arg( CalFormat::application() );
} else {
return mMessage;
}