diff options
author | Slávek Banko <[email protected]> | 2013-09-03 19:56:32 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2013-09-03 19:56:32 +0200 |
commit | 0bfcc16156eefad3c5a9b258433f2c538d3c448d (patch) | |
tree | 62aebba231dae57c32dadf3d7069bd052846ff2b /src/gvcore/fileopobject.h | |
parent | e9172f4d91b213c5a1da95405b2605eea86a388a (diff) | |
download | gwenview-0bfcc16156eefad3c5a9b258433f2c538d3c448d.tar.gz gwenview-0bfcc16156eefad3c5a9b258433f2c538d3c448d.zip |
Additional k => tde renaming and fixes
Diffstat (limited to 'src/gvcore/fileopobject.h')
-rw-r--r-- | src/gvcore/fileopobject.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gvcore/fileopobject.h b/src/gvcore/fileopobject.h index 584c5ff..29cf54f 100644 --- a/src/gvcore/fileopobject.h +++ b/src/gvcore/fileopobject.h @@ -34,7 +34,7 @@ class TQWidget; namespace Gwenview { /** - * This class is a base class for wrappers to KIO slaves asynchronous + * This class is a base class for wrappers to TDEIO slaves asynchronous * file operations. These classes handle all steps of a file operation : * - asking the user what to do with a file * - performing the operation |