diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-15 21:46:39 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-15 21:46:39 -0600 |
commit | f4d08767799d812ea905925bef99faa5fd3d6321 (patch) | |
tree | 349db4ae94f6b2a0cf009d0cd0f1dc552e03b644 /doc | |
parent | 0f00841dea9cb27181a97db2221a054779b49a89 (diff) | |
download | kmyfirewall-f4d08767799d812ea905925bef99faa5fd3d6321.tar.gz kmyfirewall-f4d08767799d812ea905925bef99faa5fd3d6321.zip |
Rename additional header files to avoid conflicts with KDE4
Diffstat (limited to 'doc')
-rw-r--r-- | doc/kmyfirewall/index.docbook | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/kmyfirewall/index.docbook b/doc/kmyfirewall/index.docbook index 4a40405..1435246 100644 --- a/doc/kmyfirewall/index.docbook +++ b/doc/kmyfirewall/index.docbook @@ -1056,7 +1056,7 @@ public: // KDE includes #include <kdebug.h> -#include <klocale.h> +#include <tdelocale.h> // Project includes #include "../../core/iptrule.h" @@ -1140,7 +1140,7 @@ QWidget* KMFRuleOptionEditMAC::editWidget() { // It's usually safe to leave the factory code alone.. with the // notable exception of the TDEAboutData data #include <tdeaboutdata.h> -#include <klocale.h> +#include <tdelocale.h> // TDEInstance* KMFRuleOptionEditMACFactory::s_instance = 0L; // TDEAboutData* KMFRuleOptionEditMACFactory::s_about = 0L; @@ -1259,8 +1259,8 @@ Author: Christian Hubinger <chubinger@gmail.com>, (C) 2001-2004 #include <qwhatsthis.h> #include <kdebug.h> -#include <kmessagebox.h> -#include <klocale.h> +#include <tdemessagebox.h> +#include <tdelocale.h> #include <tdeapplication.h> // project includes |