diff options
Diffstat (limited to 'src/gui/widgets/Label.h')
-rw-r--r-- | src/gui/widgets/Label.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/widgets/Label.h b/src/gui/widgets/Label.h index 60c98fa..e50f7f2 100644 --- a/src/gui/widgets/Label.h +++ b/src/gui/widgets/Label.h @@ -42,8 +42,8 @@ class Label : public TQLabel Q_OBJECT TQ_OBJECT public: - Label(TQWidget *tqparent = 0, const char *name=0): - TQLabel(tqparent, name) {;} + Label(TQWidget *parent = 0, const char *name=0): + TQLabel(parent, name) {;} protected: virtual void mouseDoubleClickEvent(TQMouseEvent * /*e*/) |