summaryrefslogtreecommitdiffstats
path: root/arts/gui/kde/kbutton_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'arts/gui/kde/kbutton_impl.h')
-rw-r--r--arts/gui/kde/kbutton_impl.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/arts/gui/kde/kbutton_impl.h b/arts/gui/kde/kbutton_impl.h
index 7eeef594..22c4cf81 100644
--- a/arts/gui/kde/kbutton_impl.h
+++ b/arts/gui/kde/kbutton_impl.h
@@ -31,7 +31,7 @@
namespace Arts {
class KButton_impl;
class KButtonMapper : public TQObject {
- Q_OBJECT
+ TQ_OBJECT
KButton_impl *impl;
TQPushButton * button;
@@ -73,5 +73,3 @@ public:
}
#endif //ARTS_GUI_KBUTTON_IMPL_H
-
-// vim:sw=4:ts=4