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 40ab293..0e4f372 100644 --- a/src/variablelabel.h +++ b/src/variablelabel.h @@ -30,7 +30,7 @@ a variable while debugging. */ class VariableLabel : public TQLabel { - Q_OBJECT + TQ_OBJECT public: VariableLabel( TextView * parent ); |