diff options
author | Slávek Banko <[email protected]> | 2013-10-08 00:16:56 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2013-10-08 05:14:54 +0200 |
commit | 78114a50964bc7bb5d7d99f713bb815ed5a623ef (patch) | |
tree | 871f5d697fb8825c02152c43ea0e671319b742cf /src/editormanager.h | |
parent | 84f5a315c3429b47a7eff15e626e2efdbe4f6e5e (diff) | |
download | kscope-78114a50964bc7bb5d7d99f713bb815ed5a623ef.tar.gz kscope-78114a50964bc7bb5d7d99f713bb815ed5a623ef.zip |
Initial TDE conversion
Diffstat (limited to 'src/editormanager.h')
-rw-r--r-- | src/editormanager.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/editormanager.h b/src/editormanager.h index 0a2a42b..5136823 100644 --- a/src/editormanager.h +++ b/src/editormanager.h @@ -29,9 +29,9 @@ #define EDITORMANAGER_H #include <ntqwidget.h> -#include <kparts/partmanager.h> +#include <tdeparts/partmanager.h> #include <klibloader.h> -#include <ktexteditor/document.h> +#include <tdetexteditor/document.h> /** * Creates text editor parts, used to open source files. |