From 632fb1e71f3cd700111e40b101b56ca284fc33bd Mon Sep 17 00:00:00 2001 From: Pino Toscano Date: Tue, 9 May 2006 21:18:14 +0000 Subject: [PATCH] @since tags are obsolete; @version as svn tag is not useful svn path=/trunk/KDE/kdeedu/libkdeedu/; revision=539171 --- extdate/extcalendarsystem.h | 2 -- extdate/extcalendarsystemgregorian.h | 3 --- extdate/extdatepicker.h | 23 ----------------------- extdate/extdatetbl.h | 8 -------- 4 files changed, 36 deletions(-) diff --git a/extdate/extcalendarsystem.h b/extdate/extcalendarsystem.h index 0d419df..1fd31ee 100644 --- a/extdate/extcalendarsystem.h +++ b/extdate/extcalendarsystem.h @@ -40,8 +40,6 @@ class ExtCalendarSystemPrivate; * Derived classes must be created through ExtCalendarFactory class * * @author Carlos Moro - * @version $Id$ - * @since 3.2 */ class ExtCalendarSystem { diff --git a/extdate/extcalendarsystemgregorian.h b/extdate/extcalendarsystemgregorian.h index c426f99..37c90bf 100644 --- a/extdate/extcalendarsystemgregorian.h +++ b/extdate/extcalendarsystemgregorian.h @@ -41,9 +41,6 @@ class ExtCalendarSystemGregorianPrivate; * @see KLocale,ExtCalendarSystem,ExtCalendarSystemFactory * * @author Carlos Moro - * @license GNU-GPL v.2 - * @version $Id$ - * @since 3.2 */ class ExtCalendarSystemGregorian: public ExtCalendarSystem { diff --git a/extdate/extdatepicker.h b/extdate/extdatepicker.h index d7d923f..893bf25 100644 --- a/extdate/extdatepicker.h +++ b/extdate/extdatepicker.h @@ -69,7 +69,6 @@ public: /** The usual constructor. The given date will be displayed * initially. - * @since 3.1 **/ ExtDatePicker(QWidget *parent, ExtDate, @@ -115,7 +114,6 @@ public: /** * @returns the ExtDateTable widget child of this ExtDatePicker * widget. - * @since 3.2 */ ExtDateTable *dateTable() const { return table; }; @@ -136,14 +134,12 @@ public: * method being called. This is mostly useful for toplevel datepickers * without a window manager decoration. * @see hasCloseButton - * @since 3.1 */ void setCloseButton( bool enable ); /** * @returns true if a ExtDatePicker shows a close-button. * @see setCloseButton - * @since 3.1 */ bool hasCloseButton() const; @@ -181,30 +177,11 @@ protected slots: void monthBackwardClicked(); void yearForwardClicked(); void yearBackwardClicked(); - /** - * @since 3.1 - * @deprecated in 3.2 - */ void selectWeekClicked(); - /** - * @since 3.1 - */ void selectMonthClicked(); - /** - * @since 3.1 - */ void selectYearClicked(); - /** - * @since 3.1 - */ void lineEnterPressed(); - /** - * @since 3.2 - */ void todayButtonClicked(); - /** - * @since 3.2 - */ void weekSelected(int); signals: diff --git a/extdate/extdatetbl.h b/extdate/extdatetbl.h index c3803b9..84697c5 100644 --- a/extdate/extdatetbl.h +++ b/extdate/extdatetbl.h @@ -321,8 +321,6 @@ public: * * When it's enabled, this object emits a aboutToShowContextMenu signal * where you can fill in the menu items. - * - * @since 3.2 */ void setPopupMenuEnabled( bool enable ); @@ -336,15 +334,11 @@ public: /** * Makes a given date be painted with a given foregroundColor, and background * (a rectangle, or a circle/ellipse) in a given color. - * - * @since 3.2 */ void setCustomDatePainting( const ExtDate &date, const QColor &fgColor, BackgroundMode bgMode=NoBgMode, const QColor &bgColor=QColor()); /** * Unsets the custom painting of a date so that the date is painted as usual. - * - * @since 3.2 */ void unsetCustomDatePainting( const ExtDate &date ); @@ -428,8 +422,6 @@ signals: * A popup menu for a given date is about to be shown (as when the user * right clicks on that date and the popup menu is enabled). Connect * the slot where you fill the menu to this signal. - * - * @since 3.2 */ void aboutToShowContextMenu( K3PopupMenu * menu, const ExtDate &date); -- 2.47.3