diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-26 13:18:13 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-26 13:18:13 -0600 |
commit | 2fb700f92bb787fab0845a63a541cd5640daa449 (patch) | |
tree | c6f769db55585dd47a9fd415a40ee8b86926f683 /parts/snippet | |
parent | fd1d1e1064eb09ddbbd67d3597c39856f5c0bc76 (diff) | |
download | tdevelop-2fb700f92bb787fab0845a63a541cd5640daa449.tar.gz tdevelop-2fb700f92bb787fab0845a63a541cd5640daa449.zip |
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'parts/snippet')
-rw-r--r-- | parts/snippet/snippet_widget.cpp | 10 | ||||
-rw-r--r-- | parts/snippet/snippet_widget.h | 4 |
2 files changed, 7 insertions, 7 deletions
diff --git a/parts/snippet/snippet_widget.cpp b/parts/snippet/snippet_widget.cpp index 1cf8a398..8e54fd75 100644 --- a/parts/snippet/snippet_widget.cpp +++ b/parts/snippet/snippet_widget.cpp @@ -6,7 +6,7 @@ * Copyright: See COPYING file that comes with this distribution */ -#include <kparts/part.h> +#include <tdeparts/part.h> #include <klibloader.h> #include <kurl.h> #include <kdebug.h> @@ -19,10 +19,10 @@ #include <ktextedit.h> #include <kmessagebox.h> #include <tqsplitter.h> -#include <ktexteditor/editinterface.h> -#include <ktexteditor/editor.h> -#include <ktexteditor/viewcursorinterface.h> -#include <ktexteditor/document.h> +#include <tdetexteditor/editinterface.h> +#include <tdetexteditor/editor.h> +#include <tdetexteditor/viewcursorinterface.h> +#include <tdetexteditor/document.h> #include <kconfig.h> #include <tqtooltip.h> #include <kpopupmenu.h> diff --git a/parts/snippet/snippet_widget.h b/parts/snippet/snippet_widget.h index 1a0ef8c1..29bb1dc9 100644 --- a/parts/snippet/snippet_widget.h +++ b/parts/snippet/snippet_widget.h @@ -15,8 +15,8 @@ #include <tqtooltip.h> #include <tqrect.h> -#include <ktexteditor/editinterface.h> -#include <ktexteditor/view.h> +#include <tdetexteditor/editinterface.h> +#include <tdetexteditor/view.h> #include "snippetconfig.h" class KDevProject; |