diff options
Diffstat (limited to 'src/newui/button.h')
-rw-r--r-- | src/newui/button.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/newui/button.h b/src/newui/button.h index 3dbc63ca..ecb4d2ab 100644 --- a/src/newui/button.h +++ b/src/newui/button.h @@ -41,7 +41,7 @@ class Button : public TQPushButton { Q_OBJECT TQ_OBJECT public: - Button(ButtonBar *tqparent, const TQString text, const TQIconSet &icon = TQIconSet(), + Button(ButtonBar *parent, const TQString text, const TQIconSet &icon = TQIconSet(), const TQString &description = TQString()); /**Sets the description used as a tooltip.*/ |