summaryrefslogtreecommitdiffstats
path: root/tdeutils/kpluginselector.h
diff options
context:
space:
mode:
Diffstat (limited to 'tdeutils/kpluginselector.h')
-rw-r--r--tdeutils/kpluginselector.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/tdeutils/kpluginselector.h b/tdeutils/kpluginselector.h
index ae643750e..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,
@@ -213,6 +213,4 @@ class TDEUTILS_EXPORT KPluginSelector : public TQWidget
class KPluginSelectorPrivate;
KPluginSelectorPrivate * d;
};
-
-// vim: sw=4 sts=4 et tw=80
#endif // KPLUGINSELECTOR_H