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

List:       kde-commits
Subject:    KDE/kdepimlibs/akonadi
From:       Tobias Koenig <tokoe () kde ! org>
Date:       2010-12-23 10:50:26
Message-ID: 20101223105026.EAC643E1F1 () svn ! kde ! org
[Download RAW message or body]

SVN commit 1208800 by tokoe:

Make the CollectionDialog a normal window for mobile ui


 M  +3 -3      collectiondialog_mobile.cpp  


--- trunk/KDE/kdepimlibs/akonadi/collectiondialog_mobile.cpp #1208799:1208800
@@ -259,19 +259,19 @@
 }
 
 CollectionDialog::CollectionDialog( QWidget *parent )
-  : KDialog( parent ),
+  : KDialog( parent, Qt::Window ),
     d( new Private( 0, this, CollectionDialog::None ) )
 {
 }
 
 CollectionDialog::CollectionDialog( QAbstractItemModel *model, QWidget *parent )
-  : KDialog( parent ),
+  : KDialog( parent, Qt::Window ),
     d( new Private( model, this, CollectionDialog::None ) )
 {
 }
 
 CollectionDialog::CollectionDialog( CollectionDialogOptions options, \
                QAbstractItemModel *model, QWidget *parent )
-  : KDialog( parent ),
+  : KDialog( parent, Qt::Window ),
     d( new Private( model, this, options ) )
 {
 }


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

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