diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2021-06-23 17:21:16 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2021-06-25 02:30:13 +0200 |
commit | e2034480561f1266bd0fa975ba74956b0301695f (patch) | |
tree | 481ddecadf7a42b7a1abc7675fe914dec2d0f5c3 /src/otrplugin.cpp | |
parent | 83e511dfa6f07547011cb1230b0f71f7a4e72351 (diff) | |
download | kopete-otr-e2034480561f1266bd0fa975ba74956b0301695f.tar.gz kopete-otr-e2034480561f1266bd0fa975ba74956b0301695f.zip |
Separate OTRPlugin object code from the OTRPluginFactory definition.
This resolves bug 1153.
Fix support for GCC hidden visibility.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
(cherry picked from commit 8403288e0159dbe377403e5f089072685a9d94f3)
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 ) |