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

List:       kde-commits
Subject:    KDE/kdebase/kicker/kicker
From:       Alexander Neundorf <neundorf () kde ! org>
Date:       2006-01-04 17:31:22
Message-ID: 1136395882.424609.9907.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 494331 by neundorf:

One more compile fix for gcc 3.2.3, and probably there are much more 
waiting. Why does it happen now with Qt4 /KDE 4 ? Didn't we have such code in KDE 3.x ?
Does something else have changed ?  Which compilers do we support ? 3.x ? 2.95 ?

Alex

CCMAIL: kde-core-devel@kde.org



 M  +4 -4      core/containerarea.cpp  
 M  +1 -1      kicker-3.4-reverseLayout.cpp  


--- trunk/KDE/kdebase/kicker/kicker/core/containerarea.cpp #494330:494331
@@ -587,8 +587,8 @@
         return 0;
     }
 
-    PanelExeDialog dlg( QString(), QString(), QString(),
-                        QString(), QString(), false, 0 );
+    PanelExeDialog dlg( QString::null, QString::null, QString::null,
+                       QString::null, QString::null, false, 0 );
 
     if ( dlg.exec() == QDialog::Accepted )
     {
@@ -1282,8 +1282,8 @@
                 QString pixmapFile;
                 KMimeType::pixmapForURL(url, 0, KIcon::Panel, 0,
                                         KIcon::DefaultState, &pixmapFile);
-                PanelExeDialog dlg(QString(), QString(), url.path(),
-                                   pixmapFile, QString(), false, 0);
+                PanelExeDialog dlg(QString::null, QString::null, url.path(),
+                                   pixmapFile, QString::null, false, 0);
                 if (dlg.exec() == QDialog::Accepted)
                 {
                     // KIconloader returns a full path, we only want the name
--- trunk/KDE/kdebase/kicker/kicker/kicker-3.4-reverseLayout.cpp #494330:494331
@@ -131,7 +131,7 @@
     if (!childPanelConfigFiles.isEmpty())
     {
         // Create a temporary kconf_update .upd file for updating the childpanels
-        KTempFile tempFile(QString(), ".upd");
+       KTempFile tempFile(QString::null, ".upd");
         QTextStream* upd = tempFile.textStream();
         for (it = childPanelConfigFiles.begin(); it != childPanelConfigFiles.end(); ++it)
         {
[prev in list] [next in list] [prev in thread] [next in thread] 

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