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

List:       kde-commits
Subject:    playground/pim/kcall/applet/kcall
From:       Eva Brucherseifer <eva () kde ! org>
Date:       2005-07-11 7:46:10
Message-ID: 1121067970.019328.30268.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 433553 by eva:

remove one more dependency on qt2 compat headers/classes


 M  +8 -0      kcallcore.h  


--- trunk/playground/pim/kcall/applet/kcall/kcallcore.h #433552:433553
@@ -14,7 +14,11 @@
 #include <qobject.h>
 #include <qstring.h>
 #include <qmap.h>
+#if QT_VERSION >= 300 
+#include <qptrstack.h>
+#else
 #include <qstack.h>
+#endif
 #include <kconfig.h>
 #include "diallist.h"
 
@@ -72,7 +76,11 @@
 
         /** maps call ids to CallManagers */
         QMap<QString, CallManager*> callManagerMap;
+#if QT_VERSION >= 300 
+        QPtrStack<CallManager> readyForDeleteManagers;
+#else
         QStack<CallManager> readyForDeleteManagers;
+#endif
 
         KSipAuthentication* sipauthentication;
 
[prev in list] [next in list] [prev in thread] [next in thread] 

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