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 7503d2de..0096b149 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 ) );
}