summaryrefslogtreecommitdiffstats
path: root/src/komposewidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/komposewidget.h')
-rw-r--r--src/komposewidget.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/komposewidget.h b/src/komposewidget.h
index 69391e3..39443e2 100644
--- a/src/komposewidget.h
+++ b/src/komposewidget.h
@@ -30,7 +30,7 @@ This base class for all Kompose Widgets glues the Layout and the widget together
*/
class KomposeWidget : public TQWidget
{
- Q_OBJECT
+ TQ_OBJECT
public:
KomposeWidget( TQWidget *parent = 0, KomposeLayout *l = 0, const char *name = 0);