diff options
Diffstat (limited to 'arts/builder/module.h')
-rw-r--r-- | arts/builder/module.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arts/builder/module.h b/arts/builder/module.h index 6fbff74d..44466bc0 100644 --- a/arts/builder/module.h +++ b/arts/builder/module.h @@ -46,8 +46,8 @@ public: bool selected; StructureComponent *owner; - QString description; - QRect clickrect; + TQString description; + TQRect clickrect; ConnType conntype; Direction direction; int drawsegment; |