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