diff options
Diffstat (limited to 'src/komposelayout.h')
-rw-r--r-- | src/komposelayout.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/komposelayout.h b/src/komposelayout.h index 4ab1df0..b9131b6 100644 --- a/src/komposelayout.h +++ b/src/komposelayout.h @@ -43,7 +43,7 @@ TQLayout just didn't fit :( */ class KomposeLayout : public TQObject { - Q_OBJECT + TQ_OBJECT public: KomposeLayout( KomposeWidget *parent, int type = TLAYOUT_GENERIC, int dist = 10, const char *name = 0 ); |