From 27f2cfdc57b75ea3994e31ad436464353d966cdd Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 6 Nov 2011 02:32:00 -0600 Subject: Additional kde to tde renaming --- khexedit/Makefile.am | 2 +- khexedit/parts/kbytesedit/README | 2 +- khexedit/printdialogpage.h | 2 +- khexedit/toplevel.cc | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'khexedit') diff --git a/khexedit/Makefile.am b/khexedit/Makefile.am index 47f3e60..973e352 100644 --- a/khexedit/Makefile.am +++ b/khexedit/Makefile.am @@ -20,7 +20,7 @@ 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_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor +khexedit_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor khexedit_LDADD = $(LIB_KIO) $(LIB_KDEPRINT) xdg_apps_DATA = khexedit.desktop diff --git a/khexedit/parts/kbytesedit/README b/khexedit/parts/kbytesedit/README index e3aa164..d6d2948 100644 --- a/khexedit/parts/kbytesedit/README +++ b/khexedit/parts/kbytesedit/README @@ -20,4 +20,4 @@ Installs the .desktop file describing the service and the module library. usage: ------ -Only official known usage is by KPilot (kdepim/kpilot) for now. \ No newline at end of file +Only official known usage is by KPilot (tdepim/kpilot) for now. \ No newline at end of file diff --git a/khexedit/printdialogpage.h b/khexedit/printdialogpage.h index 1ad0ee4..73c3714 100644 --- a/khexedit/printdialogpage.h +++ b/khexedit/printdialogpage.h @@ -27,7 +27,7 @@ class TQComboBox; class TQLabel; class TQSpinBox; -#include +#include #include class LayoutDialogPage : public KPrintDialogPage diff --git a/khexedit/toplevel.cc b/khexedit/toplevel.cc index 7ac6a9a..d4aa185 100644 --- a/khexedit/toplevel.cc +++ b/khexedit/toplevel.cc @@ -376,7 +376,7 @@ void KHexEdit::initialize( bool openFiles ) if ( openFiles && editor()->openFile() != SDisplayMisc::none ) { - // Code modified from kdelibs/kdeui/kactionclasses.cpp KRecentFilesAction::loadEntries + // Code modified from kdelibs/tdeui/kactionclasses.cpp KRecentFilesAction::loadEntries KConfig* config = kapp->config(); -- cgit v1.2.1