summaryrefslogtreecommitdiffstats
path: root/src/combobutton.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/combobutton.cpp')
-rwxr-xr-xsrc/combobutton.cpp4
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;