From 703fb0c89c2eee56a1e613e67a446db9d4287929 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 25 Jan 2013 00:35:07 -0600 Subject: Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4 --- kutils/kpluginselector_p.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'kutils/kpluginselector_p.h') diff --git a/kutils/kpluginselector_p.h b/kutils/kpluginselector_p.h index eb509a41e..c287ce555 100644 --- a/kutils/kpluginselector_p.h +++ b/kutils/kpluginselector_p.h @@ -24,10 +24,10 @@ #include -class KConfigGroup; +class TDEConfigGroup; class TQListViewItem; class KPluginInfo; -class KCModuleInfo; +class TDECModuleInfo; /** * This is a widget to configure what Plugins should be loaded. This widget is @@ -53,7 +53,7 @@ class KPluginSelectionWidget : public TQWidget * @param parent The parent widget. * @param catname The translated name of the category. * @param category The unstranslated category key name. - * @param config Set the KConfigGroup object that holds the + * @param config Set the TDEConfigGroup object that holds the * state of the plugins being enabled or not. * @param name The name of the widget (passed to TQWidget) * @@ -61,7 +61,7 @@ class KPluginSelectionWidget : public TQWidget */ KPluginSelectionWidget( const TQValueList & plugininfos, KPluginSelector * kps, TQWidget * parent, const TQString & catname, - const TQString & category, KConfigGroup * config = 0, + const TQString & category, TDEConfigGroup * config = 0, const char * name = 0 ); virtual ~KPluginSelectionWidget(); @@ -162,13 +162,13 @@ class KPluginSelectionWidget : public TQWidget private: /** - * Load a KCM from a KCModuleInfo. If successfull connect changed + * Load a KCM from a TDECModuleInfo. If successfull connect changed * signal and return the module. If not, create a label showing "Error", * show the loaderError and return the label. * * @internal */ - TQWidget * insertKCM( TQWidget * parent, const KCModuleInfo & ); + TQWidget * insertKCM( TQWidget * parent, const TDECModuleInfo & ); /** * Embed the KCMs for the plugin into the widgetstack -- cgit v1.2.3