diff options
Diffstat (limited to 'src/variablelabel.h')
-rw-r--r-- | src/variablelabel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/variablelabel.h b/src/variablelabel.h index 1462d33..106b5ab 100644 --- a/src/variablelabel.h +++ b/src/variablelabel.h @@ -29,7 +29,7 @@ a variable while debugging. class VariableLabel : public TQLabel { Q_OBJECT - TQ_OBJECT + public: VariableLabel( TextView * parent ); /** |