diff options
Diffstat (limited to 'src/combobutton.cpp')
-rwxr-xr-x | src/combobutton.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/combobutton.cpp b/src/combobutton.cpp index 64a84d7..9b71947 100755 --- a/src/combobutton.cpp +++ b/src/combobutton.cpp @@ -8,8 +8,8 @@ #include <kpushbutton.h> #include <kcombobox.h> -ComboButton::ComboButton( TQWidget *tqparent, const char *name ) - : TQWidget( tqparent, name ) +ComboButton::ComboButton( TQWidget *parent, const char *name ) + : TQWidget( parent, name ) { m_increaseHeight = 0; |