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

List:       kde-commits
Subject:    kdenox/konq-embed/dropin
From:       Eva Brucherseifer <eva () kde ! org>
Date:       2006-03-23 17:06:19
Message-ID: 1143133579.043064.31653.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 521828 by eva:

Qt2:
we now handle this in a special qt2 header


 M  +0 -12     dcopdispatcher.h  


--- trunk/kdenox/konq-embed/dropin/dcopdispatcher.h #521827:521828
@@ -22,11 +22,7 @@
 #define __dcopdispatcher_h__
 
 #include <qcstring.h>
-#if QT_VERSION < 300
-#include <qlist.h>
-#else
 #include <qptrlist.h>
-#endif
 #include <qobject.h>
 #include <qvaluelist.h>
 #include <qasciidict.h>
@@ -119,11 +115,7 @@
         QSocketNotifier *m_notifier;
         int m_infd;
     };
-#if QT_VERSION < 300
-    QList<Client> m_clients;
-#else
     QPtrList<Client> m_clients;
-#endif
     void disconnectClient( const QObject *owner );
     void dispatchClient( Client *client );
 
@@ -131,11 +123,7 @@
     {
         Client *m_client;
     };
-#if QT_VERSION < 300
-    QList<InternalDCOPClientTransaction> m_transactions;
-#else
     QPtrList<InternalDCOPClientTransaction> m_transactions;
-#endif
 
     bool m_transactionAdded;
 
[prev in list] [next in list] [prev in thread] [next in thread] 

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