diff options
Diffstat (limited to 'tdemid/collectdlg.cpp')
-rw-r--r-- | tdemid/collectdlg.cpp | 2 |
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); |