diff options
Diffstat (limited to 'k9author/k9menubutton.h')
-rw-r--r-- | k9author/k9menubutton.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/k9author/k9menubutton.h b/k9author/k9menubutton.h index 06b58c2..80d5cf3 100644 --- a/k9author/k9menubutton.h +++ b/k9author/k9menubutton.h @@ -42,7 +42,7 @@ class k9MenuButton : public TQObject { public: enum eTextPosition {BOTTOM=1,RIGHT=2}; - k9MenuButton(TQCanvas *tqparent = 0, const char *name = 0); + k9MenuButton(TQCanvas *parent = 0, const char *name = 0); ~k9MenuButton(); void setWidth(int _value,bool _reload=true); |