diff options
Diffstat (limited to 'ksirc/KSOpenkSirc/enter_combo.h')
-rw-r--r-- | ksirc/KSOpenkSirc/enter_combo.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ksirc/KSOpenkSirc/enter_combo.h b/ksirc/KSOpenkSirc/enter_combo.h index bca46165..d708d005 100644 --- a/ksirc/KSOpenkSirc/enter_combo.h +++ b/ksirc/KSOpenkSirc/enter_combo.h @@ -12,12 +12,12 @@ class EnterCombo : public TQComboBox { Q_OBJECT TQ_OBJECT public: - EnterCombo ( TQWidget * tqparent=0, const char * name=0 ) - : TQComboBox(TRUE, tqparent, name) + EnterCombo ( TQWidget * parent=0, const char * name=0 ) + : TQComboBox(TRUE, parent, name) { } - EnterCombo ( bool rw, TQWidget * tqparent=0, const char * name=0 ) - : TQComboBox(rw, tqparent, name) + EnterCombo ( bool rw, TQWidget * parent=0, const char * name=0 ) + : TQComboBox(rw, parent, name) { TQKeyEvent ke(TQEvent::KeyPress, SHIFT|Key_Home, 0, 0); keyPressEvent(&ke); |