summaryrefslogtreecommitdiffstats
path: root/khexedit/parts
diff options
context:
space:
mode:
Diffstat (limited to 'khexedit/parts')
-rw-r--r--khexedit/parts/kbytesedit/CMakeLists.txt2
-rw-r--r--khexedit/parts/kpart/CMakeLists.txt2
-rw-r--r--khexedit/parts/kpart/khebrowserextension.h2
-rw-r--r--khexedit/parts/kpart/khepart.h2
-rw-r--r--khexedit/parts/kpart/khepartfactory.h2
5 files changed, 5 insertions, 5 deletions
diff --git a/khexedit/parts/kbytesedit/CMakeLists.txt b/khexedit/parts/kbytesedit/CMakeLists.txt
index 53f0cda..aece7ca 100644
--- a/khexedit/parts/kbytesedit/CMakeLists.txt
+++ b/khexedit/parts/kbytesedit/CMakeLists.txt
@@ -29,7 +29,7 @@ link_directories(
tde_add_kpart( libkbyteseditwidget AUTOMOC
SOURCES kbyteseditwidget.cpp
DESTINATION ${PLUGIN_INSTALL_DIR}
- LINK khexeditcommon-shared kparts-shared
+ LINK khexeditcommon-shared tdeparts-shared
)
diff --git a/khexedit/parts/kpart/CMakeLists.txt b/khexedit/parts/kpart/CMakeLists.txt
index af4d5b5..9efb479 100644
--- a/khexedit/parts/kpart/CMakeLists.txt
+++ b/khexedit/parts/kpart/CMakeLists.txt
@@ -29,7 +29,7 @@ link_directories(
tde_add_kpart( libkhexedit2part AUTOMOC
SOURCES khepart.cpp khebrowserextension.cpp
khepartfactory.cpp
- LINK khexeditcommon-shared kparts-shared
+ LINK khexeditcommon-shared tdeparts-shared
DESTINATION ${PLUGIN_INSTALL_DIR}
)
diff --git a/khexedit/parts/kpart/khebrowserextension.h b/khexedit/parts/kpart/khebrowserextension.h
index 3115b8e..8096bef 100644
--- a/khexedit/parts/kpart/khebrowserextension.h
+++ b/khexedit/parts/kpart/khebrowserextension.h
@@ -19,7 +19,7 @@
#define KHEBROWSEREXTENSION_H
// kde specific
-#include <kparts/browserextension.h>
+#include <tdeparts/browserextension.h>
namespace KHE
{
diff --git a/khexedit/parts/kpart/khepart.h b/khexedit/parts/kpart/khepart.h
index 0ce0391..ccbd038 100644
--- a/khexedit/parts/kpart/khepart.h
+++ b/khexedit/parts/kpart/khepart.h
@@ -19,7 +19,7 @@
#define KHEPART_H
// kde specific
-#include <kparts/part.h>
+#include <tdeparts/part.h>
// app specific
#include "kbigbuffer.h"
diff --git a/khexedit/parts/kpart/khepartfactory.h b/khexedit/parts/kpart/khepartfactory.h
index a411acb..9d12317 100644
--- a/khexedit/parts/kpart/khepartfactory.h
+++ b/khexedit/parts/kpart/khepartfactory.h
@@ -18,7 +18,7 @@
#ifndef KHEPARTFACTORY_H
#define KHEPARTFACTORY_H
-#include <kparts/factory.h>
+#include <tdeparts/factory.h>
class TDEInstance;
class TDEAboutData;