[Kde-pim] KDE/kdepimlibs/mailtransport

Adriaan de Groot groot at kde.org
Fri Feb 1 20:21:15 GMT 2008


SVN commit 769672 by adridg:

Includes -> Qt4 style (saves pain if Qt3 is around somewhere, too).
CCMAIL: kde-pim at kde.org


 M  +1 -1      legacydecrypt.h  
 M  +2 -2      smtpjob.cpp  
 M  +1 -1      transportcombobox.cpp  
 M  +1 -1      transportjob.cpp  


--- trunk/KDE/kdepimlibs/mailtransport/legacydecrypt.h #769671:769672
@@ -23,7 +23,7 @@
 #ifndef MAILTRANSPORT_LEGACYDECRYPT_H
 #define MAILTRANSPORT_LEGACYDECRYPT_H
 
-#include <qstring.h>
+#include <QString>
 
 namespace MailTransport {
 
--- trunk/KDE/kdepimlibs/mailtransport/smtpjob.cpp #769671:769672
@@ -31,8 +31,8 @@
 #include <kio/scheduler.h>
 #include <kio/passworddialog.h>
 
-#include <qbuffer.h>
-#include <qhash.h>
+#include <QBuffer>
+#include <QHash>
 
 using namespace MailTransport;
 
--- trunk/KDE/kdepimlibs/mailtransport/transportcombobox.cpp #769671:769672
@@ -24,7 +24,7 @@
 #include <kdebug.h>
 #include <klocale.h>
 
-#include <qlineedit.h>
+#include <QLineEdit>
 
 using namespace MailTransport;
 
--- trunk/KDE/kdepimlibs/mailtransport/transportjob.cpp #769671:769672
@@ -22,7 +22,7 @@
 
 #include <klocale.h>
 
-#include <qbuffer.h>
+#include <QBuffer>
 
 using namespace MailTransport;
 
_______________________________________________
KDE PIM mailing list kde-pim at kde.org
https://mail.kde.org/mailman/listinfo/kde-pim
KDE PIM home page at http://pim.kde.org/



More information about the kde-pim mailing list