diff options
Diffstat (limited to 'korganizer/kocore.cpp')
-rw-r--r-- | korganizer/kocore.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/korganizer/kocore.cpp b/korganizer/kocore.cpp index 7503d2de4..0096b1496 100644 --- a/korganizer/kocore.cpp +++ b/korganizer/kocore.cpp @@ -66,7 +66,7 @@ KTrader::OfferList KOCore::availablePlugins( const TQString &type, int version ) { TQString constraint; if ( version >= 0 ) { - constraint = TQString("[X-KDE-PluginInterfaceVersion] == %1") + constraint = TQString("[X-TDE-PluginInterfaceVersion] == %1") .arg( TQString::number( version ) ); } |