summaryrefslogtreecommitdiffstats
path: root/src/gui/collectiontypecombo.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/collectiontypecombo.h')
-rw-r--r--src/gui/collectiontypecombo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/collectiontypecombo.h b/src/gui/collectiontypecombo.h
index 8d3ef80..bcc9e7f 100644
--- a/src/gui/collectiontypecombo.h
+++ b/src/gui/collectiontypecombo.h
@@ -22,7 +22,7 @@ namespace GUI {
class CollectionTypeCombo : public ComboBox {
public:
- CollectionTypeCombo(QWidget* parent);
+ CollectionTypeCombo(TQWidget* tqparent);
void reset();
void setCurrentType(int type);
int currentType() const { return currentData().toInt(); }