]> Git trees. - libqmvoc.git/commitdiff
@since tags are obsolete; @version as svn tag is not useful
authorPino Toscano <pino@kde.org>
Tue, 9 May 2006 21:18:14 +0000 (21:18 +0000)
committerPino Toscano <pino@kde.org>
Tue, 9 May 2006 21:18:14 +0000 (21:18 +0000)
svn path=/trunk/KDE/kdeedu/libkdeedu/; revision=539171

extdate/extcalendarsystem.h
extdate/extcalendarsystemgregorian.h
extdate/extdatepicker.h
extdate/extdatetbl.h

index 0d419df2afac62dfb4d472a9e33afb8810ec6c5b..1fd31ee5a6b4b8cdd64ecc2993ecaaa0277d84d2 100644 (file)
@@ -40,8 +40,6 @@ class ExtCalendarSystemPrivate;
  * Derived classes must be created through ExtCalendarFactory class
  *
  * @author Carlos Moro <cfmoro@correo.uniovi.es>
- * @version $Id$
- * @since 3.2
  */
 class ExtCalendarSystem
 {
index c426f99744f9cd246c1fb3edc54b2354e1dcc946..37c90bfe1dab731df9f044c9677ddb15231189b6 100644 (file)
@@ -41,9 +41,6 @@ class ExtCalendarSystemGregorianPrivate;
  * @see KLocale,ExtCalendarSystem,ExtCalendarSystemFactory
  *
  * @author Carlos Moro <cfmoro@correo.uniovi.es>
- * @license GNU-GPL v.2
- * @version $Id$
- * @since 3.2
  */
 class ExtCalendarSystemGregorian: public ExtCalendarSystem
 {
index d7d923f249024d646e02d1291626b227f1dbd45f..893bf25db1f61431447d4aa274fdde0795505f0e 100644 (file)
@@ -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:
index c3803b9ee25f4b18e87e913fd97fd8303f8cec94..84697c59e16b9a53c58841f9918db9c29398d2d4 100644 (file)
@@ -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);