diff options
Diffstat (limited to 'src/otrplugin.cpp')
-rw-r--r-- | src/otrplugin.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/otrplugin.cpp b/src/otrplugin.cpp index a9b918b..0d9a5fe 100644 --- a/src/otrplugin.cpp +++ b/src/otrplugin.cpp @@ -31,7 +31,6 @@ #include <tdeconfig.h> #include <kgenericfactory.h> #include <tdeversion.h> -#include <tdeaboutdata.h> #include <kstandarddirs.h> #include <tdemessagebox.h> @@ -59,8 +58,6 @@ typedef KGenericFactory<OTRPlugin> OTRPluginFactory; -static const TDEAboutData aboutdata("kopete_otr", I18N_NOOP("OTR") , "0.7" ); -K_EXPORT_COMPONENT_FACTORY( kopete_otr, OTRPluginFactory( &aboutdata ) ) OTRPlugin::OTRPlugin( TQObject *parent, const char *name, const TQStringList & /* args */ ) : Kopete::Plugin( OTRPluginFactory::instance(), parent, name ) |