summaryrefslogtreecommitdiffstats
path: root/client/crystalbutton.h
diff options
context:
space:
mode:
Diffstat (limited to 'client/crystalbutton.h')
-rw-r--r--client/crystalbutton.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/crystalbutton.h b/client/crystalbutton.h
index ad2cb95..84f967e 100644
--- a/client/crystalbutton.h
+++ b/client/crystalbutton.h
@@ -34,7 +34,7 @@ class CrystalButton : public TQButton
TQ_OBJECT
public:
- CrystalButton(CrystalClient *tqparent=0, const char *name=0,
+ CrystalButton(CrystalClient *parent=0, const char *name=0,
const TQString &tip=NULL,
ButtonType type=ButtonHelp,
ButtonImage *vimage=NULL);