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);