summaryrefslogtreecommitdiffstats
path: root/src/gui/combobox.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/combobox.cpp')
-rw-r--r--src/gui/combobox.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/combobox.cpp b/src/gui/combobox.cpp
index c5b3dfe..d6457f1 100644
--- a/src/gui/combobox.cpp
+++ b/src/gui/combobox.cpp
@@ -17,7 +17,7 @@
using Tellico::GUI::ComboBox;
-ComboBox::ComboBox(TQWidget* tqparent_) : KComboBox(tqparent_) {
+ComboBox::ComboBox(TQWidget* parent_) : KComboBox(parent_) {
setEditable(false);
}