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

List:       kde-commits
Subject:    kdepim/kalarmd
From:       Zack Rusin <zack () kde ! org>
Date:       2003-06-15 18:32:28
[Download RAW message or body]

CVS commit by zrusin: 

Small warning fix from Cartman <voidcartman@yahoo.com>


  M +1 -1      alarmdaemon.cpp   1.57
  M +2 -2      koalarmclient.cpp   1.10


--- kdepim/kalarmd/alarmdaemon.cpp  #1.56:1.57
@@ -56,5 +56,5 @@ const int LOGIN_DELAY( 5 );
 
 AlarmDaemon::AlarmDaemon(QObject *parent, const char *name)
-  : QObject(parent, name), DCOPObject(name)
+  : DCOPObject(name), QObject(parent, name)
 #ifdef CHECK_IF_SESSION_STARTED
     , mSessionStartTimer(0)

--- kdepim/kalarmd/koalarmclient.cpp  #1.9:1.10
@@ -37,6 +37,6 @@
 
 KOAlarmClient::KOAlarmClient(QObject *parent, const char *name)
-  : QObject(parent, name),
-    DCOPObject("ac"),
+  : DCOPObject("ac"),
+    QObject(parent, name),
     mSuspendTimer(this)
 {


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

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