From 6ed1ea98db6b1b369e7561efcc2c666b810e5446 Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Fri, 8 Jun 2012 15:51:46 -0500 Subject: Update XDG information in support of bug report 892. --- kutils/kpluginselector.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kutils/kpluginselector.cpp') diff --git a/kutils/kpluginselector.cpp b/kutils/kpluginselector.cpp index 99b88efd9..a385d2719 100644 --- a/kutils/kpluginselector.cpp +++ b/kutils/kpluginselector.cpp @@ -254,7 +254,7 @@ TQWidget * KPluginSelectionWidget::insertKCM( TQWidget * parent, d->modulelist.append( module ); TQStringList * parentComponents = new TQStringList( moduleinfo.service()->property( - "X-KDE-ParentComponents" ).toStringList() ); + "X-TDE-ParentComponents" ).toStringList() ); d->moduleParentComponents.insert( module, parentComponents ); connect( module, TQT_SIGNAL( changed( bool ) ), TQT_SLOT( clientChanged( bool ) ) ); return module; -- cgit v1.2.3