diff options
Diffstat (limited to 'src/gui/combobox.h')
-rw-r--r-- | src/gui/combobox.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/combobox.h b/src/gui/combobox.h index 98a411b..2fa98c4 100644 --- a/src/gui/combobox.h +++ b/src/gui/combobox.h @@ -31,7 +31,7 @@ namespace Tellico { */ class ComboBox : public KComboBox { public: - ComboBox(TQWidget* tqparent_); + ComboBox(TQWidget* parent_); void clear(); const TQVariant& currentData() const; |