summaryrefslogtreecommitdiffstats
path: root/korganizer/kocore.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'korganizer/kocore.cpp')
-rw-r--r--korganizer/kocore.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/korganizer/kocore.cpp b/korganizer/kocore.cpp
index 6313dd2f..51e43628 100644
--- a/korganizer/kocore.cpp
+++ b/korganizer/kocore.cpp
@@ -67,7 +67,7 @@ KTrader::OfferList KOCore::availablePlugins( const TQString &type, int version )
TQString constraint;
if ( version >= 0 ) {
constraint = TQString("[X-KDE-PluginInterfaceVersion] == %1")
- .arg( TQString::number( version ) );
+ .tqarg( TQString::number( version ) );
}
return KTrader::self()->query( type, constraint );