diff options
Diffstat (limited to 'tdeutils/kpluginselector.h')
| -rw-r--r-- | tdeutils/kpluginselector.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tdeutils/kpluginselector.h b/tdeutils/kpluginselector.h index 111abfe0d..212e8737f 100644 --- a/tdeutils/kpluginselector.h +++ b/tdeutils/kpluginselector.h @@ -61,7 +61,7 @@ class TDEUTILS_EXPORT KPluginSelector : public TQWidget { friend class KPluginSelectionWidget; - Q_OBJECT + TQ_OBJECT public: /** * Create a new KPluginSelector. @@ -95,7 +95,7 @@ class TDEUTILS_EXPORT KPluginSelector : public TQWidget * always pass a TDEConfig object if you use * KSettings::PluginPage since you never know from where the * page will be called (think global config app). - * For example KViewCanvas passes KSimpleConfig( + * For example KViewCanvas passes TDESimpleConfig( * "kviewcanvas" ). */ void addPlugins( const TQString & instanceName, @@ -134,7 +134,7 @@ class TDEUTILS_EXPORT KPluginSelector : public TQWidget * always pass a TDEConfig object if you use * KSettings::PluginPage since you never know from where the * page will be called (think global config app). - * For example KViewCanvas passes KSimpleConfig( + * For example KViewCanvas passes TDESimpleConfig( * "kviewcanvas" ). */ void addPlugins( const TQValueList<KPluginInfo*> & plugininfos, |
