From ee1ce0dca9c77e5e903854e3a44d29749074d735 Mon Sep 17 00:00:00 2001 From: Giorgos Tsiapaliwkas Date: Mon, 26 Mar 2012 11:06:00 +0300 Subject: [PATCH] Make the static methods normal ones --- declarativeimports/locale/calendarsystem.h | 15 +++++---------- 1 file changed, 5 insertions(+), 10 deletions(-) diff --git a/declarativeimports/locale/calendarsystem.h b/declarativeimports/locale/calendarsystem.h index ea2883c49..184a37e38 100644 --- a/declarativeimports/locale/calendarsystem.h +++ b/declarativeimports/locale/calendarsystem.h @@ -29,11 +29,6 @@ class KCalendarSystem; -/** - * CalendarSystem abstract base class, provides support for local Calendar Systems in KDE - * - * Derived classes must be created through the create() static method - */ class CalendarSystem : public QObject { Q_OBJECT @@ -169,10 +164,10 @@ public: }; /** - * Returns the list of currently supported Calendar Systems - * @return list of Calendar Systems - */ - static QList calendarSystemsList(); + * Returns the list of currently supported Calendar Systems + * @return list of Calendar Systems + */ + QList calendarSystemsList(); /** * @@ -188,7 +183,7 @@ public: * * @return localized label for this Calendar System */ - QString calendarLabel() const; + QString calendarLabel() const; //TODO, it returns undefined /** * Returns a QDate holding the epoch of the calendar system. Usually YMD