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

List:       kde-commits
Subject:    kdelibs/kwallet/client
From:       George Staikos <staikos () kde ! org>
Date:       2003-09-05 22:39:11
[Download RAW message or body]

CVS commit by staikos: 

keep it compiling for me


  M +5 -0      kwallet.cc   1.32


--- kdelibs/kwallet/client/kwallet.cc  #1.31:1.32
@@ -22,4 +22,5 @@
 #include <kconfig.h>
 #include <kdebug.h>
+#include <kdeversion.h>
 #include <dcopclient.h>
 #include <dcopref.h>
@@ -163,5 +164,9 @@ Wallet *Wallet::openWallet(const QString
 
 
+#if KDE_IS_VERSION(3,1,90)
         DCOPReply r = DCOPRef("kded", "kwalletd").callExt("open", DCOPRef::UseEventLoop, -1, name);
+#else
+        DCOPReply r = DCOPRef("kded", "kwalletd").call("open", -1, name);
+#endif
         if (r.isValid()) {
                 int drc = -1;


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

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