summaryrefslogtreecommitdiffstats
path: root/khexedit
diff options
context:
space:
mode:
Diffstat (limited to 'khexedit')
-rw-r--r--khexedit/Makefile.am2
-rw-r--r--khexedit/parts/kbytesedit/README2
-rw-r--r--khexedit/printdialogpage.h2
-rw-r--r--khexedit/toplevel.cc2
4 files changed, 4 insertions, 4 deletions
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 <kdeprint/kprintdialogpage.h>
+#include <tdeprint/kprintdialogpage.h>
#include <ksimpleconfig.h>
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();