diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-16 13:53:00 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-16 13:53:00 -0600 |
commit | ba462cdcaeee005bc656bec1f7495c80a4fc9f1f (patch) | |
tree | ff8aa91069c08778f490c15b880ace00350c4f2a /khexedit | |
parent | 6987789e9755571646069fc12f9c3b2a9296a57e (diff) | |
download | tdeutils-ba462cdcaeee005bc656bec1f7495c80a4fc9f1f.tar.gz tdeutils-ba462cdcaeee005bc656bec1f7495c80a4fc9f1f.zip |
Additional renaming of kde to tde
Diffstat (limited to 'khexedit')
-rw-r--r-- | khexedit/configure.in.in | 2 | ||||
-rw-r--r-- | khexedit/toplevel.cc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/khexedit/configure.in.in b/khexedit/configure.in.in index 8f094fa..cadd7c4 100644 --- a/khexedit/configure.in.in +++ b/khexedit/configure.in.in @@ -1,4 +1,4 @@ -# kossebau: copied from kdelibs/configure.in.in for khexedit +# kossebau: copied from tdelibs/configure.in.in for khexedit AC_LANG_SAVE AC_LANG_C dnl AC_C_BIGENDIAN has a bug (one of its tests uses "main()" instead of diff --git a/khexedit/toplevel.cc b/khexedit/toplevel.cc index 9d90a46..351a35d 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/tdeui/kactionclasses.cpp KRecentFilesAction::loadEntries + // Code modified from tdelibs/tdeui/kactionclasses.cpp KRecentFilesAction::loadEntries KConfig* config = kapp->config(); |