diff options
author | Timothy Pearson <[email protected]> | 2013-01-26 13:18:40 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-26 13:18:40 -0600 |
commit | 82072ef281de2d5948a42fb69ae800d47e0800be (patch) | |
tree | be82dd63affaf693c5e0857c997fa9589d344cc2 /kxsldbg/kxsldbgpart/kxsldbg_part.h | |
parent | 93ec82602aa008218cc1ee075ff13d65b3a317ea (diff) | |
download | tdewebdev-82072ef281de2d5948a42fb69ae800d47e0800be.tar.gz tdewebdev-82072ef281de2d5948a42fb69ae800d47e0800be.zip |
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'kxsldbg/kxsldbgpart/kxsldbg_part.h')
-rw-r--r-- | kxsldbg/kxsldbgpart/kxsldbg_part.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kxsldbg/kxsldbgpart/kxsldbg_part.h b/kxsldbg/kxsldbgpart/kxsldbg_part.h index e8de28a7..173d22cf 100644 --- a/kxsldbg/kxsldbgpart/kxsldbg_part.h +++ b/kxsldbg/kxsldbgpart/kxsldbg_part.h @@ -1,7 +1,7 @@ #ifndef KXSLDBGKPART_H #define KXSLDBGKPART_H -#include <kparts/part.h> +#include <tdeparts/part.h> #include <tqvariant.h> #include <tqdict.h> #include <tqmainwindow.h> @@ -9,8 +9,8 @@ #include "xsldbginspector.h" #include <dcopclient.h> #include "kxsldbg_partif.h" -#include <ktexteditor/document.h> -#include <ktexteditor/view.h> +#include <tdetexteditor/document.h> +#include <tdetexteditor/view.h> class TQVBoxLayout; class TQHBoxLayout; |