summaryrefslogtreecommitdiffstats
path: root/tderesources/factory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tderesources/factory.cpp')
-rw-r--r--tderesources/factory.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tderesources/factory.cpp b/tderesources/factory.cpp
index eea2d3673..bb6c31a53 100644
--- a/tderesources/factory.cpp
+++ b/tderesources/factory.cpp
@@ -58,7 +58,7 @@ Factory *Factory::self( const TQString& resourceFamily )
Factory::Factory( const TQString& resourceFamily ) :
mResourceFamily( resourceFamily )
{
- TDETrader::OfferList plugins = TDETrader::self()->query( "KResources/Plugin", TQString( "[X-TDE-ResourceFamily] == '%1'" )
+ TDETrader::OfferList plugins = TDETrader::self()->query( "TDEResources/Plugin", TQString( "[X-TDE-ResourceFamily] == '%1'" )
.arg( resourceFamily ) );
TDETrader::OfferList::ConstIterator it;
for ( it = plugins.begin(); it != plugins.end(); ++it ) {