summaryrefslogtreecommitdiffstats
path: root/kcontrol/style/kcmstyle.h
diff options
context:
space:
mode:
Diffstat (limited to 'kcontrol/style/kcmstyle.h')
-rw-r--r--kcontrol/style/kcmstyle.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/kcontrol/style/kcmstyle.h b/kcontrol/style/kcmstyle.h
index 4fb1065bf..c9ff560f7 100644
--- a/kcontrol/style/kcmstyle.h
+++ b/kcontrol/style/kcmstyle.h
@@ -62,7 +62,7 @@ struct StyleEntry {
class KCMStyle : public TDECModule
{
- Q_OBJECT
+ TQ_OBJECT
public:
KCMStyle( TQWidget* parent = 0, const char* name = 0 );
@@ -168,5 +168,3 @@ private:
};
#endif // __KCMSTYLE_H
-
-// vim: set noet ts=4: