summaryrefslogtreecommitdiffstats
path: root/kmrml/kmrml/collectioncombo.h
diff options
context:
space:
mode:
Diffstat (limited to 'kmrml/kmrml/collectioncombo.h')
-rw-r--r--kmrml/kmrml/collectioncombo.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/kmrml/kmrml/collectioncombo.h b/kmrml/kmrml/collectioncombo.h
index c39686a4..dc7722d4 100644
--- a/kmrml/kmrml/collectioncombo.h
+++ b/kmrml/kmrml/collectioncombo.h
@@ -29,9 +29,10 @@ namespace KMrml
class CollectionCombo : public KComboBox
{
Q_OBJECT
+ TQ_OBJECT
public:
- CollectionCombo( TQWidget *parent, const char *name = 0 );
+ CollectionCombo( TQWidget *tqparent, const char *name = 0 );
~CollectionCombo();
void setCollections( const CollectionList * collections );