From kde-commits Sun Oct 31 20:57:26 2010 From: Pavel Heimlich Date: Sun, 31 Oct 2010 20:57:26 +0000 To: kde-commits Subject: KDE/kdenetwork/kopete/plugins/otr Message-Id: <20101031205726.1BAA3AC89B () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=128855868304342 SVN commit 1191637 by pavelheimlich: QString ambiguity in Qt 4.7. Fixes build with Sun Studio. M +1 -1 authenticationwizard.h --- trunk/KDE/kdenetwork/kopete/plugins/otr/authenticationwizard.h #1191636:1191637 @@ -44,7 +44,7 @@ { Q_OBJECT public: - explicit AuthenticationWizard(QWidget *parent = 0, ConnContext *context = 0, Kopete::ChatSession *session = 0, bool initiate = true, const QString &question = NULL ); + explicit AuthenticationWizard(QWidget *parent = 0, ConnContext *context = 0, Kopete::ChatSession *session = 0, bool initiate = true, const QString &question = QString() ); ~AuthenticationWizard(); static AuthenticationWizard *findWizard(Kopete::ChatSession *session);