diff options
Diffstat (limited to 'src/itemgroup.h')
-rw-r--r-- | src/itemgroup.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/itemgroup.h b/src/itemgroup.h index fe30b28..c2846c3 100644 --- a/src/itemgroup.h +++ b/src/itemgroup.h @@ -33,7 +33,7 @@ some functionality such as for dealing with item data */ class ItemGroup : public TQObject { -Q_OBJECT +TQ_OBJECT public: ItemGroup( ItemDocument *view, const char *name = 0 ); |