[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    KDE/kdepimlibs/kcal
From:       Stephan Johach <lucardus () onlinehome ! de>
Date:       2006-09-17 6:09:13
Message-ID: 1158473353.283180.22319.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 585443 by johach:

Make it compile again.
CCMAIL:schumacher@kde.org


 M  +1 -1      duration.h  
 M  +2 -2      freebusy.h  
 M  +2 -2      period.h  


--- trunk/KDE/kdepimlibs/kcal/duration.h #585442:585443
@@ -37,7 +37,7 @@
   public:
     Duration();
     Duration( const KDateTime &start, const KDateTime &end );
-    KDE_DEPRECATED Duration( const QDateTime &start, const QDateTime &end );
+    KDE_CONSTRUCTOR_DEPRECATED Duration( const QDateTime &start, const QDateTime &end );
     Duration( int seconds ); //not explicit
 
     KDateTime end( const KDateTime &start ) const;
--- trunk/KDE/kdepimlibs/kcal/freebusy.h #585442:585443
@@ -41,10 +41,10 @@
   public:
     FreeBusy();
     FreeBusy( const KDateTime &start, const KDateTime &end );
-    KDE_DEPRECATED FreeBusy( const QDateTime &start, const QDateTime &end );
+    KDE_CONSTRUCTOR_DEPRECATED FreeBusy( const QDateTime &start, const QDateTime &end );
     FreeBusy( Calendar *calendar, const KDateTime &start,
               const KDateTime &end );
-    KDE_DEPRECATED FreeBusy( Calendar *calendar, const QDateTime &start,
+    KDE_CONSTRUCTOR_DEPRECATED FreeBusy( Calendar *calendar, const QDateTime &start,
               const QDateTime &end );
     explicit FreeBusy( const PeriodList & busyPeriods );
 
--- trunk/KDE/kdepimlibs/kcal/period.h #585442:585443
@@ -58,7 +58,7 @@
       @param end the time the period ends.
     */
     Period( const KDateTime &start, const KDateTime &end );
-    KDE_DEPRECATED Period( const QDateTime &start, const QDateTime &end );
+    KDE_CONSTRUCTOR_DEPRECATED Period( const QDateTime &start, const QDateTime &end );
 
     /**
       Constructs a period from @p start and lasting @p duration.
@@ -67,7 +67,7 @@
       @param duration how long the period lasts.
     */
     Period( const KDateTime &start, const Duration &duration );
-    KDE_DEPRECATED Period( const QDateTime &start, const Duration &duration );
+    KDE_CONSTRUCTOR_DEPRECATED Period( const QDateTime &start, const Duration &duration );
 
     /**
       Constructs a period by copying another period object
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic