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

List:       kde-commits
Subject:    kdenox/konq-embed/dropin/kio
From:       Eva Brucherseifer <eva () kde ! org>
Date:       2006-07-05 19:08:13
Message-ID: 1152126493.902273.14988.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 558650 by eva:

made it compile with qte3 too


 M  +0 -3      mimehandler.cpp  
 M  +0 -6      mimehandler.h  


--- trunk/kdenox/konq-embed/dropin/kio/mimehandler.cpp #558649:558650
@@ -180,9 +180,6 @@
     for ( ; pumpData(); );
 }
 
-#if (QT_VERSION >= 0x030000)
-QPtrList<MimeHandler> s_handlers;
-#endif
 
 const MimeHandler* MimeHandler::Find( const QString &type )
 {
--- trunk/kdenox/konq-embed/dropin/kio/mimehandler.h #558649:558650
@@ -4,13 +4,11 @@
 #include <kio/global.h>
 #include <kparts/factory.h>
 
-#if (QT_VERSION < 0x030000)
 namespace KIO
 {
      class MimeHandler;
 }
 static QPtrList<KIO::MimeHandler> s_handlers;
-#endif
 
 
 namespace KIO
@@ -91,10 +89,6 @@
 	virtual int Matches( const KURL &url ) const;
 	virtual bool Matches( const QByteArray &/*data*/ ) const  { return false; }
 	QStringList m_types;
-
-#if (QT_VERSION >= 0x030000)
-        static QPtrList<MimeHandler> s_handlers;
-#endif
     };
 
 
[prev in list] [next in list] [prev in thread] [next in thread] 

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