From bdbc0ea90c852057ba8656081f951b10cf6c29fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Tue, 3 Sep 2013 20:03:07 +0200 Subject: Additional k => tde renaming and fixes --- khexedit/Makefile.am | 4 ++-- khexedit/lib/tdeselection.h | 4 ++-- khexedit/parts/kbytesedit/Makefile.am | 2 +- khexedit/parts/kpart/Makefile.am | 2 +- 4 files changed, 6 insertions(+), 6 deletions(-) (limited to 'khexedit') 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) -- cgit v1.2.1