diff options
Diffstat (limited to 'src/combobutton.h')
-rwxr-xr-x | src/combobutton.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/combobutton.h b/src/combobutton.h index 73d87d3..d96daaa 100755 --- a/src/combobutton.h +++ b/src/combobutton.h @@ -26,10 +26,10 @@ public: /** * Constructor - * @param tqparent The tqparent widget + * @param parent The parent widget * @param name The name of the file list */ - ComboButton( TQWidget *tqparent, const char *name = 0 ); + ComboButton( TQWidget *parent, const char *name = 0 ); /** * Destructor |