From b19ddece21e102b8e4b292037ca7578f60b128fe Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 22 Jan 2013 20:20:05 -0600 Subject: Rename KInstance and KAboutData to avoid conflicts with KDE4 --- kutils/kpluginselector.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'kutils/kpluginselector.h') diff --git a/kutils/kpluginselector.h b/kutils/kpluginselector.h index 278906793..f018d2f9e 100644 --- a/kutils/kpluginselector.h +++ b/kutils/kpluginselector.h @@ -25,7 +25,7 @@ #include -class KInstance; +class TDEInstance; class KPluginInfo; class TQWidgetStack; class KConfig; @@ -78,7 +78,7 @@ class KUTILS_EXPORT KPluginSelector : public TQWidget * The information about the plugins will be loaded from the * share/apps/<instancename>/kpartplugins directory. * - * @param instanceName The name of the KInstance of the plugin's parent. + * @param instanceName The name of the TDEInstance of the plugin's parent. * @param catname The translated name of the category. This is the * name that is shown in the TabWidget if there is * more than one category. @@ -107,7 +107,7 @@ class KUTILS_EXPORT KPluginSelector : public TQWidget * Add a list of KParts plugins. Convenience method for the one above. * If not set explicitely, @p config is set to instance->config(). */ - void addPlugins( const KInstance * instance, + void addPlugins( const TDEInstance * instance, const TQString & catname = TQString::null, const TQString & category = TQString::null, KConfig * config = 0 ); -- cgit v1.2.1