From 7c5199e504158cb6168ca74690c130385c855b78 Mon Sep 17 00:00:00 2001 From: Inge Wallin Date: Thu, 7 Jun 2007 16:12:32 +0000 Subject: [PATCH] Krazy: make constructors explicit svn path=/trunk/KDE/kdeedu/libkdeedu/; revision=672596 --- extdate/extdatetbl.h | 6 +++--- kdeeduui/kdeeduglossary.h | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/extdate/extdatetbl.h b/extdate/extdatetbl.h index d1942f9..93aa875 100644 --- a/extdate/extdatetbl.h +++ b/extdate/extdatetbl.h @@ -276,9 +276,9 @@ public: /** * The constructor. */ - ExtDateTable(QWidget *parent=0, - ExtDate date=ExtDate::currentDate(), - const char* name=0, Qt::WFlags f=0); + explicit ExtDateTable(QWidget *parent=0, + ExtDate date=ExtDate::currentDate(), + const char* name=0, Qt::WFlags f=0); /** * The destructor. diff --git a/kdeeduui/kdeeduglossary.h b/kdeeduui/kdeeduglossary.h index eea0a5e..53ca4d1 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 */ - Glossary( const KUrl& url, const QString& path = 0 ); + explicit Glossary( const KUrl& url, const QString& path = 0 ); /** * Creates a new empty glossary -- 2.47.3