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

List:       kde-commits
Subject:    KDE/kdelibs
From:       Alexander Neundorf <neundorf () kde ! org>
Date:       2006-02-28 21:36:15
Message-ID: 1141162575.830720.15260.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 514629 by neundorf:

compile fixes (gcc 3.3.6)

Alex




 M  +2 -2      kdeui/kdatetable.cpp  
 M  +2 -2      kio/kfile/kurlbar.h  


--- trunk/KDE/kdelibs/kdeui/kdatetable.cpp #514628:514629
@@ -219,8 +219,8 @@
       if ( daynum == calendar->weekDayOfPray() ||
          ( daynum == 6 && calendar->calendarName() == "gregorian" ) )
           normalday=false;
-
-			QBrush brushInvertTitle(QColorGroup(palette()).base());
+         QColorGroup colorGroup(palette());
+			QBrush brushInvertTitle(colorGroup.base());
 			QColor titleColor(isEnabled()?( KGlobalSettings::activeTitleColor() ):( \
KGlobalSettings::inactiveTitleColor() ) );  QColor textColor(isEnabled()?( \
KGlobalSettings::activeTextColor() ):( KGlobalSettings::inactiveTextColor() ) );  if \
                (!normalday)
--- trunk/KDE/kdelibs/kio/kfile/kurlbar.h #514628:514629
@@ -243,9 +243,9 @@
      * Constructs a KUrlBar. Set @p useGlobalItems to true if you want to
      * allow global/local item separation.
      */
-    KDE_DEPRECATED
+    
     KUrlBar( bool useGlobalItems,
-             QWidget *parent, const char *name, Qt::WFlags f = 0 );
+             QWidget *parent, const char *name, Qt::WFlags f = 0 ) KDE_DEPRECATED;
     /**
      * Destroys the KUrlBar.
      */


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

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