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

List:       kde-commits
Subject:    kdevelop/parts/debugger
From:       Hamish Rodda <meddie () yoyo ! its ! monash ! edu ! au>
Date:       2003-06-10 13:57:39
[Download RAW message or body]

CVS commit by rodda: 

heh... another compile fix for kde < 3.1.90


  M +9 -0      debuggerpart.cpp   1.75


--- kdevelop/parts/debugger/debuggerpart.cpp  #1.74:1.75
@@ -310,5 +310,13 @@ void DebuggerPart::slotDCOPApplicationRe
         QCString replyType;
 
+#if defined(KDE_MAKE_VERSION)
+# if KDE_VERSION >= KDE_MAKE_VERSION(3,1,90)
         kapp->dcopClient()->call(appId, "krashinfo", "appName()", QByteArray(), \
replyType, answer, true, 5000); +# else
+        kapp->dcopClient()->call(appId, "krashinfo", "appName()", QByteArray(), \
replyType, answer, true); +# endif
+#else
+        kapp->dcopClient()->call(appId, "krashinfo", "appName()", QByteArray(), \
replyType, answer, true); +#endif
 
         QDataStream d(answer, IO_ReadOnly);


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

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