summaryrefslogtreecommitdiffstats
path: root/khexedit
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2013-09-03 20:03:07 +0200
committerSlávek Banko <slavek.banko@axis.cz>2013-09-03 21:02:48 +0200
commitbdbc0ea90c852057ba8656081f951b10cf6c29fb (patch)
tree674a1e20be1b2d52ff7de6be3d98087ad8569db2 /khexedit
parent46cb83f8689f04b2fb92ec301bf38c62bae42dda (diff)
downloadtdeutils-bdbc0ea90c852057ba8656081f951b10cf6c29fb.tar.gz
tdeutils-bdbc0ea90c852057ba8656081f951b10cf6c29fb.zip
Additional k => tde renaming and fixes
Diffstat (limited to 'khexedit')
-rw-r--r--khexedit/Makefile.am4
-rw-r--r--khexedit/lib/tdeselection.h4
-rw-r--r--khexedit/parts/kbytesedit/Makefile.am2
-rw-r--r--khexedit/parts/kpart/Makefile.am2
4 files changed, 6 insertions, 6 deletions
diff --git a/khexedit/Makefile.am b/khexedit/Makefile.am
index 576c08b..557e6c7 100644
--- a/khexedit/Makefile.am
+++ b/khexedit/Makefile.am
@@ -20,8 +20,8 @@ draglabel.h progress.h hexeditstate.h chartabledialog.h hexdrag.h \
exportdialog.h fileinfodialog.h converterdialog.h listview.h searchbar.h
khexedit_METASOURCES = AUTO
-khexedit_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor
-khexedit_LDADD = $(LIB_KIO) $(LIB_TDEPRINT)
+khexedit_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_TDEIO) -ltdetexteditor
+khexedit_LDADD = $(LIB_TDEIO) $(LIB_TDEPRINT)
xdg_apps_DATA = khexedit.desktop
diff --git a/khexedit/lib/tdeselection.h b/khexedit/lib/tdeselection.h
index 7e69d9b..95751e6 100644
--- a/khexedit/lib/tdeselection.h
+++ b/khexedit/lib/tdeselection.h
@@ -15,8 +15,8 @@
***************************************************************************/
-#ifndef KHE_KSELECTION_H
-#define KHE_KSELECTION_H
+#ifndef KHE_TDESELECTION_H
+#define KHE_TDESELECTION_H
#include "ksection.h"
diff --git a/khexedit/parts/kbytesedit/Makefile.am b/khexedit/parts/kbytesedit/Makefile.am
index b8be127..17eb1ea 100644
--- a/khexedit/parts/kbytesedit/Makefile.am
+++ b/khexedit/parts/kbytesedit/Makefile.am
@@ -9,7 +9,7 @@ METASOURCES = AUTO
libkbyteseditwidget_la_SOURCES = kbyteseditwidget.cpp
libkbyteseditwidget_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module -avoid-version -no-undefined
-libkbyteseditwidget_la_LIBADD = ../../lib/libkhexeditcommon.la $(LIB_KPARTS)
+libkbyteseditwidget_la_LIBADD = ../../lib/libkhexeditcommon.la $(LIB_TDEPARTS)
service_DATA = kbyteseditwidget.desktop
servicedir = $(kde_servicesdir)
diff --git a/khexedit/parts/kpart/Makefile.am b/khexedit/parts/kpart/Makefile.am
index 42d9c77..24c025c 100644
--- a/khexedit/parts/kpart/Makefile.am
+++ b/khexedit/parts/kpart/Makefile.am
@@ -9,7 +9,7 @@ METASOURCES = AUTO
libkhexedit2part_la_SOURCES = khepart.cpp khebrowserextension.cpp khepartfactory.cpp
libkhexedit2part_la_LDFLAGS = $(all_libraries) $(KDE_PLUGIN) -module -no-undefined
-libkhexedit2part_la_LIBADD = ../../lib/libkhexeditcommon.la $(LIB_KPARTS) $(LIB_KIO)
+libkhexedit2part_la_LIBADD = ../../lib/libkhexeditcommon.la $(LIB_TDEPARTS) $(LIB_TDEIO)
partdesktop_DATA = khexedit2part.desktop
partdesktopdir = $(kde_servicesdir)