From: Pavel Heimlich Date: Sat, 23 Oct 2010 19:47:40 +0000 (+0000) Subject: QString Qt47 ambiguity. Fixes build with Sun Studio. X-Git-Tag: v4.5.80~1 X-Git-Url: https://git.rmz.fi/?a=commitdiff_plain;h=8493a0f04aa44bb7dd3bf5a110a13f5685fc5c67;p=libqmvoc.git QString Qt47 ambiguity. Fixes build with Sun Studio. svn path=/trunk/KDE/kdeedu/libkdeedu/; revision=1189040 --- diff --git a/kdeeduui/kdeeduglossary.h b/kdeeduui/kdeeduglossary.h index f5cf86d..355e426 100644 --- a/kdeeduui/kdeeduglossary.h +++ b/kdeeduui/kdeeduglossary.h @@ -35,7 +35,7 @@ class KDEEDUUI_EXPORT Glossary * @param url the path of the file to load * @param path the path of the pictures */ - explicit Glossary( const KUrl& url, const QString& path = 0 ); + explicit Glossary( const KUrl& url, const QString& path = QString() ); /** * Creates a new empty glossary