diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 01:06:46 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-27 01:06:46 -0600 |
commit | ef2264e9790ae7e700ad3cf5fb3dbad05efd98d8 (patch) | |
tree | ac4650a642d502c458d0b654c8b731739ce601dc /quanta/parts | |
parent | a32b928478b59d4fa8b8495bbad6864476c129b1 (diff) | |
download | tdewebdev-ef2264e9790ae7e700ad3cf5fb3dbad05efd98d8.tar.gz tdewebdev-ef2264e9790ae7e700ad3cf5fb3dbad05efd98d8.zip |
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'quanta/parts')
-rw-r--r-- | quanta/parts/kafka/htmlenhancer.cpp | 2 | ||||
-rw-r--r-- | quanta/parts/kafka/kafkasyncoptions.cpp | 2 | ||||
-rw-r--r-- | quanta/parts/kafka/undoredo.cpp | 2 | ||||
-rw-r--r-- | quanta/parts/preview/whtmlpart.cpp | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/quanta/parts/kafka/htmlenhancer.cpp b/quanta/parts/kafka/htmlenhancer.cpp index 8077a76b..32c58bc1 100644 --- a/quanta/parts/kafka/htmlenhancer.cpp +++ b/quanta/parts/kafka/htmlenhancer.cpp @@ -20,7 +20,7 @@ #include <dom/dom_exception.h> #include <kdebug.h> #include <kstandarddirs.h> -#include <kconfig.h> +#include <tdeconfig.h> #include "quantacommon.h" #include "document.h" diff --git a/quanta/parts/kafka/kafkasyncoptions.cpp b/quanta/parts/kafka/kafkasyncoptions.cpp index 2c37f0cd..2e6db3f9 100644 --- a/quanta/parts/kafka/kafkasyncoptions.cpp +++ b/quanta/parts/kafka/kafkasyncoptions.cpp @@ -19,7 +19,7 @@ #include <tqcheckbox.h> #include <tqspinbox.h> -#include <kconfig.h> +#include <tdeconfig.h> #include <kdebug.h> #include "kafkasyncoptions.h" diff --git a/quanta/parts/kafka/undoredo.cpp b/quanta/parts/kafka/undoredo.cpp index c7345467..a342a23f 100644 --- a/quanta/parts/kafka/undoredo.cpp +++ b/quanta/parts/kafka/undoredo.cpp @@ -21,7 +21,7 @@ #include <tqtabwidget.h> #include <kapplication.h> -#include <kconfig.h> +#include <tdeconfig.h> #include <kdebug.h> #include <kiconloader.h> #include <tdetexteditor/editinterface.h> diff --git a/quanta/parts/preview/whtmlpart.cpp b/quanta/parts/preview/whtmlpart.cpp index 94552890..bc39e1af 100644 --- a/quanta/parts/preview/whtmlpart.cpp +++ b/quanta/parts/preview/whtmlpart.cpp @@ -20,7 +20,7 @@ #include <tqtextcodec.h> //kde includes -#include <kconfig.h> +#include <tdeconfig.h> #include <kdebug.h> #include <tdeversion.h> #include <tdehtml_settings.h> |