From 3b0cb31a0d938eb436da8009a1359644fe9d9ebf Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Tue, 22 Jan 2013 19:56:47 -0600 Subject: Rename KInstance and KAboutData to avoid conflicts with KDE4 --- src/otrplugin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/otrplugin.cpp b/src/otrplugin.cpp index f1290e1..e5571dd 100644 --- a/src/otrplugin.cpp +++ b/src/otrplugin.cpp @@ -59,7 +59,7 @@ typedef KGenericFactory OTRPluginFactory; -static const KAboutData aboutdata("kopete_otr", I18N_NOOP("OTR") , "0.7" ); +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 */ ) -- cgit v1.2.1