From kde-commits Thu Aug 28 16:04:31 2003 From: Martijn Klingens Date: Thu, 28 Aug 2003 16:04:31 +0000 To: kde-commits Subject: kdenonbeta/kopete/libkopete X-MARC-Message: https://marc.info/?l=kde-commits&m=106208670702705 CVS commit by mklingens: Hrm, if we have a fork of KConfigureDialog in Kopete for KDE 3.1 it makes no sense to maintain the version check. M +0 -6 kopeteplugin.cpp 1.21 --- kdenonbeta/kopete/libkopete/kopeteplugin.cpp #1.20:1.21 @@ -19,9 +19,5 @@ #include "pluginloader.h" -#include - -#if KDE_IS_VERSION( 3, 1, 90 ) #include -#endif KopetePlugin::KopetePlugin( KInstance *instance, QObject *parent, const char *name ) @@ -29,7 +25,5 @@ KopetePlugin::KopetePlugin( KInstance *i { setInstance( instance ); -#if KDE_IS_VERSION( 3, 1, 90 ) KCDDispatcher::self()->registerInstance( instance, this, SIGNAL( settingsChanged() ) ); -#endif }