summaryrefslogtreecommitdiffstats
path: root/kmrml/kmrml/collectioncombo.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kmrml/kmrml/collectioncombo.cpp')
-rw-r--r--kmrml/kmrml/collectioncombo.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kmrml/kmrml/collectioncombo.cpp b/kmrml/kmrml/collectioncombo.cpp
index d71a1c2a..7238305e 100644
--- a/kmrml/kmrml/collectioncombo.cpp
+++ b/kmrml/kmrml/collectioncombo.cpp
@@ -22,8 +22,8 @@
using namespace KMrml;
-CollectionCombo::CollectionCombo( TQWidget *tqparent, const char *name )
- : KComboBox( false, tqparent, name ),
+CollectionCombo::CollectionCombo( TQWidget *parent, const char *name )
+ : KComboBox( false, parent, name ),
m_collections( 0L )
{
connect( this, TQT_SIGNAL( activated( const TQString& ) ),