diff options
Diffstat (limited to 'kexi/widget/kexicharencodingcombobox.h')
-rw-r--r-- | kexi/widget/kexicharencodingcombobox.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kexi/widget/kexicharencodingcombobox.h b/kexi/widget/kexicharencodingcombobox.h index fd147cec..eba25d6d 100644 --- a/kexi/widget/kexicharencodingcombobox.h +++ b/kexi/widget/kexicharencodingcombobox.h @@ -30,7 +30,7 @@ class KEXIEXTWIDGETS_EXPORT KexiCharacterEncodingComboBox : public KComboBox public: //! Constructs a new combobox. \a selectedEncoding can be provided to preselect encoding. //! If it is not provided, default encoding is selected for current system settings. - KexiCharacterEncodingComboBox( TQWidget* tqparent = 0, + KexiCharacterEncodingComboBox( TQWidget* parent = 0, const TQString& selectedEncoding = TQString() ); ~KexiCharacterEncodingComboBox(); |