diff options
author | Timothy Pearson <[email protected]> | 2013-01-22 20:13:30 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-22 20:13:30 -0600 |
commit | 609724b5d29f25236bee59d0cb794602d391a96b (patch) | |
tree | 6a7cbc4d42a570e50e44ad782d9bc6cdee289edb /konq-plugins/babelfish | |
parent | da2af448849a961235925b69430584d0bfe94b1f (diff) | |
download | tdeaddons-609724b5d29f25236bee59d0cb794602d391a96b.tar.gz tdeaddons-609724b5d29f25236bee59d0cb794602d391a96b.zip |
Rename KInstance and KAboutData to avoid conflicts with KDE4
Diffstat (limited to 'konq-plugins/babelfish')
-rw-r--r-- | konq-plugins/babelfish/plugin_babelfish.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/konq-plugins/babelfish/plugin_babelfish.cpp b/konq-plugins/babelfish/plugin_babelfish.cpp index 4d1a61b..3848f3b 100644 --- a/konq-plugins/babelfish/plugin_babelfish.cpp +++ b/konq-plugins/babelfish/plugin_babelfish.cpp @@ -31,7 +31,7 @@ #include <khtml_part.h> typedef KGenericFactory<PluginBabelFish> BabelFishFactory; -static const KAboutData aboutdata("babelfish", I18N_NOOP("Translate Web Page") , "1.0" ); +static const TDEAboutData aboutdata("babelfish", I18N_NOOP("Translate Web Page") , "1.0" ); K_EXPORT_COMPONENT_FACTORY( libbabelfishplugin, BabelFishFactory( &aboutdata ) ) PluginBabelFish::PluginBabelFish( TQObject* parent, const char* name, |