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

List:       kde-commits
Subject:    kdewebdev/quanta/utility
From:       Paulo Moura Guedes <moura () kdewebdev ! org>
Date:       2005-04-03 17:39:42
Message-ID: 20050403173942.4453C637 () office ! kde ! org
[Download RAW message or body]

CVS commit by mojo: 

Forgot one #ifdef to compile on KDE < 3.4.

CCMAIL: quanta-devel@kde.org


  M +2 -0      tagaction.cpp   1.127
  M +0 -2      tagaction.h   1.35


--- kdewebdev/quanta/utility/tagaction.cpp  #1.126:1.127
@@ -112,4 +112,5 @@ QString TagAction::type()
 }
 
+#if KDE_VERSION >= KDE_MAKE_VERSION(3,4,0)
 bool TagAction::slotActionActivated(KAction::ActivationReason reason, Qt::ButtonState /*state*/)
 {
@@ -445,4 +446,5 @@ bool TagAction::slotActionActivated(KAct
     return true;
 }
+#endif
 
 bool TagAction::slotActionActivated()

--- kdewebdev/quanta/utility/tagaction.h  #1.34:1.35
@@ -91,5 +91,4 @@ public slots:
     virtual void slotActivated();
     
-#if KDE_VERSION >= KDE_MAKE_VERSION(3,4,0)
     /**
      * We need this information in order to know if queued actions should be applied.
@@ -97,5 +96,4 @@ public slots:
      */
     virtual bool slotActionActivated(KAction::ActivationReason reason, Qt::ButtonState state);
-#endif    
 
 protected slots:


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

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