From 829790146716bc30c2e98cf2a767e60f60e5143a Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Fri, 8 Jun 2012 15:56:39 -0500 Subject: Update XDG information in support of bug report 892. --- korganizer/kocore.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'korganizer/kocore.cpp') 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 ) ); } -- cgit v1.2.1