summaryrefslogtreecommitdiffstats
path: root/tdemid/collectdlg.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tdemid/collectdlg.cpp')
-rw-r--r--tdemid/collectdlg.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdemid/collectdlg.cpp b/tdemid/collectdlg.cpp
index 226d86d1..4f373b49 100644
--- a/tdemid/collectdlg.cpp
+++ b/tdemid/collectdlg.cpp
@@ -38,7 +38,7 @@
#include "songlist.h"
#include "slman.h"
-CollectionDialog::CollectionDialog(SLManager *slm,int selC,TQWidget *parent,const char *name) : TQDialog(parent,name,TRUE)
+CollectionDialog::CollectionDialog(SLManager *slm,int selC,TQWidget *parent,const char *name) : TQDialog(parent,name,true)
{
setCaption(i18n("Collections Manager"));
ok=new KPushButton(KStdGuiItem::ok(),this);