diff options
Diffstat (limited to 'arts/gui/kde/kfader_impl.h')
-rw-r--r-- | arts/gui/kde/kfader_impl.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/arts/gui/kde/kfader_impl.h b/arts/gui/kde/kfader_impl.h index 87dfa19f..5dd03f2a 100644 --- a/arts/gui/kde/kfader_impl.h +++ b/arts/gui/kde/kfader_impl.h @@ -36,7 +36,7 @@ namespace Arts { class KFader_impl; class FaderIntMapper :public TQObject { - Q_OBJECT + TQ_OBJECT KFader_impl *impl; public: @@ -89,5 +89,3 @@ public: } #endif /* ARTS_GUI_KFADER_IMPL_H */ - -// vim: sw=4 ts=4 |