summaryrefslogtreecommitdiffstats
path: root/kopete/plugins/translator/translatorplugin.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2026-03-08 12:14:39 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2026-03-08 12:14:39 +0900
commit3806b793ad0f5432c58cbc2e71aeecd66e30a00a (patch)
tree0fcd68ee5a20b8918df15a8f2901422c53914912 /kopete/plugins/translator/translatorplugin.cpp
parent88292fc1c6f9b4def47495523178e455a4d4cfb9 (diff)
downloadtdenetwork-3806b793ad0f5432c58cbc2e71aeecd66e30a00a.tar.gz
tdenetwork-3806b793ad0f5432c58cbc2e71aeecd66e30a00a.zip
Remove use of KDE_IS_VERSION
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kopete/plugins/translator/translatorplugin.cpp')
-rw-r--r--kopete/plugins/translator/translatorplugin.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/kopete/plugins/translator/translatorplugin.cpp b/kopete/plugins/translator/translatorplugin.cpp
index dc94304d..3e640ebc 100644
--- a/kopete/plugins/translator/translatorplugin.cpp
+++ b/kopete/plugins/translator/translatorplugin.cpp
@@ -44,12 +44,8 @@
#include "translatorlanguages.h"
typedef KGenericFactory<TranslatorPlugin> TranslatorPluginFactory;
-#if KDE_IS_VERSION(3,2,90)
static const TDEAboutData aboutdata("kopete_translator", I18N_NOOP("Translator") , "1.0" );
K_EXPORT_COMPONENT_FACTORY( kopete_translator, TranslatorPluginFactory( &aboutdata ) )
-#else
-K_EXPORT_COMPONENT_FACTORY( kopete_translator, TranslatorPluginFactory( "kopete_translator" ) )
-#endif
TranslatorPlugin::TranslatorPlugin( TQObject *parent, const char *name, const TQStringList & /* args */ )
: Kopete::Plugin( TranslatorPluginFactory::instance(), parent, name )