diff options
author | Timothy Pearson <[email protected]> | 2013-01-22 19:56:47 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-22 19:56:47 -0600 |
commit | 3b0cb31a0d938eb436da8009a1359644fe9d9ebf (patch) | |
tree | cf02c5f44abe6c1edc604ff7651e8f5e61d98733 /src | |
parent | 106f2a42611cde7d436267c2456b3246da4c0ccf (diff) | |
download | kopete-otr-3b0cb31a0d938eb436da8009a1359644fe9d9ebf.tar.gz kopete-otr-3b0cb31a0d938eb436da8009a1359644fe9d9ebf.zip |
Rename KInstance and KAboutData to avoid conflicts with KDE4
Diffstat (limited to 'src')
-rw-r--r-- | src/otrplugin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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<OTRPlugin> 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 */ ) |