diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-14 17:05:42 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-14 17:05:42 -0600 |
commit | 0f00841dea9cb27181a97db2221a054779b49a89 (patch) | |
tree | a9d10780cf1861c603e7f4de79b35ed5e6183b7b /doc | |
parent | 634b37663fbaee2a0d6471ab0ea93af5a06fb39b (diff) | |
download | kmyfirewall-0f00841dea9cb27181a97db2221a054779b49a89.tar.gz kmyfirewall-0f00841dea9cb27181a97db2221a054779b49a89.zip |
Rename common header files for consistency with class renaming
Diffstat (limited to 'doc')
-rw-r--r-- | doc/kmyfirewall/index.docbook | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/kmyfirewall/index.docbook b/doc/kmyfirewall/index.docbook index 33c025f..4a40405 100644 --- a/doc/kmyfirewall/index.docbook +++ b/doc/kmyfirewall/index.docbook @@ -1139,7 +1139,7 @@ QWidget* KMFRuleOptionEditMAC::editWidget() { // It's usually safe to leave the factory code alone.. with the // notable exception of the TDEAboutData data -#include <kaboutdata.h> +#include <tdeaboutdata.h> #include <klocale.h> // TDEInstance* KMFRuleOptionEditMACFactory::s_instance = 0L; @@ -1261,7 +1261,7 @@ Author: Christian Hubinger <chubinger@gmail.com>, (C) 2001-2004 #include <kdebug.h> #include <kmessagebox.h> #include <klocale.h> -#include <kapplication.h> +#include <tdeapplication.h> // project includes #include "../../core/iptrule.h" |