diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-30 13:48:54 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-30 13:48:54 -0600 |
commit | 8103f3767e023c58049df75422bc4c87cedae1a2 (patch) | |
tree | 3cb869372e1cc84ae83cef208f08637326f2099b /libkonq | |
parent | 75e0b34e46f2a8b1e79e71343c612f6b951c12ad (diff) | |
download | tdebase-8103f3767e023c58049df75422bc4c87cedae1a2.tar.gz tdebase-8103f3767e023c58049df75422bc4c87cedae1a2.zip |
Fix a few remaining references to kio_
Diffstat (limited to 'libkonq')
-rw-r--r-- | libkonq/knewmenu.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libkonq/knewmenu.cc b/libkonq/knewmenu.cc index 5620a650d..2e6247c21 100644 --- a/libkonq/knewmenu.cc +++ b/libkonq/knewmenu.cc @@ -512,7 +512,7 @@ void KNewMenu::slotResult( TDEIO::Job * job ) } else { - // Normal (local) file. Need to "touch" it, kio_file copied the mtime. + // Normal (local) file. Need to "touch" it, tdeio_file copied the mtime. (void) ::utime( TQFile::encodeName( destURL.path() ), 0 ); } } |