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

List:       kde-commits
Subject:    extragear/graphics/kipi-plugins/galleryexport
From:       Andrea Diamantini <adjam7 () gmail ! com>
Date:       2008-10-31 22:30:54
Message-ID: 1225492254.989746.14451.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 878325 by adjam:

Some EBN Krazy issues fixing..


 M  +1 -1      albumdlg.cpp  
 M  +2 -2      albumdlg.h  
 M  +2 -2      gallerytalker.cpp  
 M  +4 -4      gallerywindow.h  


--- trunk/extragear/graphics/kipi-plugins/galleryexport/albumdlg.cpp #878324:878325
@@ -23,7 +23,7 @@
 using namespace KIPIGalleryExportPlugin;
 
 AlbumDlg::AlbumDlg(QWidget *parent)
-     : QDialog(parent)
+     : KDialog(parent)
 {
     setupUi(this);
 
--- trunk/extragear/graphics/kipi-plugins/galleryexport/albumdlg.h #878324:878325
@@ -25,13 +25,13 @@
 
 // Qt includes.
 
-#include <QDialog>
+#include <KDialog>
 #include <QWidget>
 
 namespace KIPIGalleryExportPlugin
 {
 
-class AlbumDlg : public QDialog , public Ui::GalleryAlbumWidget
+class AlbumDlg : public KDialog , public Ui::GalleryAlbumWidget
 {
 Q_OBJECT
 
--- trunk/extragear/graphics/kipi-plugins/galleryexport/gallerytalker.cpp \
#878324:878325 @@ -335,7 +335,7 @@
             {
                 if(str.contains("Set-Cookie: "))
                 {
-                    QStringList cl = str.split(" ");
+                    QStringList cl = str.split(' ');
                     int n = cl.lastIndexOf(rx);
                     if(n!= -1)
                     {
@@ -516,7 +516,7 @@
                         (*iter).thumbName = value;
                 } else
                     if (key.startsWith("baseurl")) {
-                        albumURL = value.replace("\\", "");
+                        albumURL = value.replace("\\", "");     // doesn't compile \
fixing EBN Krazy issue!!  }
             }
         }
--- trunk/extragear/graphics/kipi-plugins/galleryexport/gallerywindow.h \
#878324:878325 @@ -24,15 +24,15 @@
 #ifndef GALLERYWINDOW_H
 #define GALLERYWINDOW_H
 
+
+// KDE includes.
+#include <KDialog>
+
 // Qt includes.
-
 #include <QList>
 #include <QProgressDialog>
 
-// KDE includes.
 
-#include <KDialog>
-
 namespace KIPI
 {
 class Interface;


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

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