From 8493a0f04aa44bb7dd3bf5a110a13f5685fc5c67 Mon Sep 17 00:00:00 2001 From: Pavel Heimlich Date: Sat, 23 Oct 2010 19:47:40 +0000 Subject: [PATCH] QString Qt47 ambiguity. Fixes build with Sun Studio. svn path=/trunk/KDE/kdeedu/libkdeedu/; revision=1189040 --- kdeeduui/kdeeduglossary.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3