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

List:       kde-commits
Subject:    kdebase/kcontrol/randr
From:       Laurent Montel <montel () kde ! org>
Date:       2004-08-18 9:55:39
Message-ID: 20040818095539.B341A6DA9 () office ! kde ! org
[Download RAW message or body]

CVS commit by mlaurent: 

Add const


  M +2 -2      ktimerdialog.cpp   1.5
  M +2 -2      ktimerdialog.h   1.3


--- kdebase/kcontrol/randr/ktimerdialog.cpp  #1.4:1.5
@@ -113,5 +113,5 @@ void KTimerDialog::setRefreshInterval( i
 }
 
-int KTimerDialog::timeoutButton()
+int KTimerDialog::timeoutButton() const
 {
     return buttonOnTimeout;
@@ -123,5 +123,5 @@ void KTimerDialog::setTimeoutButton( con
 }
 
-int KTimerDialog::timerStyle()
+int KTimerDialog::timerStyle() const
 {
     return tStyle;

--- kdebase/kcontrol/randr/ktimerdialog.h  #1.2:1.3
@@ -96,5 +96,5 @@ class KTimerDialog : public KDialogBase
      * times out. @see setTimeoutButton
      */
-    int timeoutButton();
+    int timeoutButton() const;
 
     /**
@@ -107,5 +107,5 @@ class KTimerDialog : public KDialogBase
      * Retrieves the current @ref TimerStyle. @see setTimerStyle
      */
-    int timerStyle();
+    int timerStyle() const;
 
     /**


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

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