[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdelibs/kresources
From:       Olivier Goffart <ogoffart () kde ! org>
Date:       2006-01-04 16:13:57
Message-ID: 1136391237.744193.7623.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 494309 by ogoffart:

compile

 M  +3 -1      selectdialog.cpp  


--- trunk/KDE/kdelibs/kresources/selectdialog.cpp #494308:494309
@@ -38,8 +38,10 @@
 
 SelectDialog::SelectDialog( QList<Resource *> list, QWidget *parent,
                             const char *name )
-  : KDialog( parent, name, true )
+  : KDialog( parent )
 {
+  setModal(true);
+  setObjectName(name);
   setCaption( i18n( "Resource Selection" ) );
   resize( 300, 200 );
 
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic