diff options
author | Timothy Pearson <[email protected]> | 2013-02-14 17:13:28 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-14 17:13:28 -0600 |
commit | 6fe537d6dff11f4c638c51ed1f652765b63f8591 (patch) | |
tree | e657438162c502c69864af727434ad5f4498838e /konq-plugins/rellinks | |
parent | cd8d59cad8377855c7bf746436518dca8eb7ce45 (diff) | |
download | tdeaddons-6fe537d6dff11f4c638c51ed1f652765b63f8591.tar.gz tdeaddons-6fe537d6dff11f4c638c51ed1f652765b63f8591.zip |
Rename common header files for consistency with class renaming
Diffstat (limited to 'konq-plugins/rellinks')
-rw-r--r-- | konq-plugins/rellinks/plugin_rellinks.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/konq-plugins/rellinks/plugin_rellinks.cpp b/konq-plugins/rellinks/plugin_rellinks.cpp index 374e888..6d7d93e 100644 --- a/konq-plugins/rellinks/plugin_rellinks.cpp +++ b/konq-plugins/rellinks/plugin_rellinks.cpp @@ -53,7 +53,7 @@ typedef KGenericFactory<RelLinksPlugin> RelLinksFactory; #include <tdeversion.h> #if KDE_IS_VERSION(3,2,90) -#include <kaboutdata.h> +#include <tdeaboutdata.h> static const TDEAboutData aboutdata("rellinks", I18N_NOOP("Rellinks") , "1.0" ); K_EXPORT_COMPONENT_FACTORY( librellinksplugin, RelLinksFactory(&aboutdata) ) #else |