diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-26 13:13:12 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-26 13:13:12 -0600 |
commit | c0695dee383cf8b5a856dc412a54238926599956 (patch) | |
tree | 722fff466787adda2fceda598117d7e7b5560ca0 /src/libgui | |
parent | 151a9ebb248b018d3036f7da2f58f404851917d6 (diff) | |
download | piklab-c0695dee383cf8b5a856dc412a54238926599956.tar.gz piklab-c0695dee383cf8b5a856dc412a54238926599956.zip |
Rename a number of libraries and executables to avoid conflicts with KDE4
Diffstat (limited to 'src/libgui')
-rw-r--r-- | src/libgui/console.cpp | 2 | ||||
-rw-r--r-- | src/libgui/hex_editor.h | 2 | ||||
-rw-r--r-- | src/libgui/text_editor.cpp | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/src/libgui/console.cpp b/src/libgui/console.cpp index b2e30d7..aab7b88 100644 --- a/src/libgui/console.cpp +++ b/src/libgui/console.cpp @@ -13,7 +13,7 @@ #include <tqdir.h> #include <klibloader.h> #include <klocale.h> -#include <kparts/part.h> +#include <tdeparts/part.h> #include <kde_terminal_interface.h> ConsoleView::ConsoleView(TQWidget *parent) diff --git a/src/libgui/hex_editor.h b/src/libgui/hex_editor.h index 420eeeb..e0684a0 100644 --- a/src/libgui/hex_editor.h +++ b/src/libgui/hex_editor.h @@ -10,7 +10,7 @@ #ifndef HEX_EDITOR_H #define HEX_EDITOR_H -#include <kparts/part.h> +#include <tdeparts/part.h> #include "device_editor.h" #include "devices/base/hex_buffer.h" diff --git a/src/libgui/text_editor.cpp b/src/libgui/text_editor.cpp index dca5827..077b8d8 100644 --- a/src/libgui/text_editor.cpp +++ b/src/libgui/text_editor.cpp @@ -19,7 +19,7 @@ #include <kfiledialog.h> #include <klocale.h> #include <kapplication.h> -#include <ktexteditor/markinterface.h> +#include <tdetexteditor/markinterface.h> #include "main_global.h" #include "gui_debug_manager.h" @@ -101,7 +101,7 @@ void TextEditor::addView() v->setFocus(); v->child(0, "KateViewInternal")->installEventFilter(this); KTextEditor::PopupMenuInterface *pmi = KTextEditor::popupMenuInterface(v); - pmi->installPopup(&Main::popup("ktexteditor_popup")); + pmi->installPopup(&Main::popup("tdetexteditor_popup")); // dispatch available space between views TQValueList<int> list = _split->sizes(); |