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

List:       kde-commits
Subject:    kdenox/konq-embed/dropin
From:       Eva Brucherseifer <eva () kde ! org>
Date:       2006-04-12 16:51:39
Message-ID: 1144860699.294379.4972.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 529155 by eva:

Qtopia:
fix save dialog


 M  +3 -2      kfiledialog.cpp  


--- trunk/kdenox/konq-embed/dropin/kfiledialog.cpp #529154:529155
@@ -25,6 +25,7 @@
 #include <qlayout.h>
 #include <qconfig.h>
 #include <qlabel.h>
+#include <qtimer.h>
 
 QString KFileDialog::getOpenFileName( const QString &dir,
                                       const QString &filter,
@@ -152,8 +153,8 @@
     layout->addStretch();
 
     storage = new StorageInfo( this );
-//    updateMemory();
-//    connect( storage, SIGNAL( disksChanged() ), SLOT( updateMemory() ) );
+    connect( storage, SIGNAL( disksChanged() ), SLOT( updateMemory() ) );
+    QTimer::singleShot(0, this, SLOT(updateMemory()));
 #endif
 }
 
[prev in list] [next in list] [prev in thread] [next in thread] 

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