[Kst] kdeextragear-2/kst/kst
George Staikos
staikos at kde.org
Mon Apr 4 08:21:36 CEST 2005
CVS commit by staikos:
QString::null
M +2 -2 emailthread.h 1.6
--- kdeextragear-2/kst/kst/emailthread.h #1.5:1.6
@@ -41,6 +41,6 @@ class EMailThread : public QObject {
const int iPort = 25,
const EMailEncryption encryption = EMailEncryptionNone,
- const QString& strUsername = "",
- const QString& strPassword = "",
+ const QString& strUsername = QString::null,
+ const QString& strPassword = QString::null,
const EMailAuthentication authentication = EMailAuthenticationPLAIN,
const bool useAuthentication = false );
More information about the Kst
mailing list