diff options
author | Michele Calgaro <[email protected]> | 2023-08-25 11:21:54 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-08-25 11:21:54 +0900 |
commit | e0df02598b8e19d8b6ddf07fdbca661489ab2e99 (patch) | |
tree | c71373a4969af9527789666f0ff31d24ff175671 /kexi/kexiutils | |
parent | a7ea84c97639f635d798348432f355e3ac496a1d (diff) | |
download | koffice-e0df02598b8e19d8b6ddf07fdbca661489ab2e99.tar.gz koffice-e0df02598b8e19d8b6ddf07fdbca661489ab2e99.zip |
Drop USE_TQT4 code
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'kexi/kexiutils')
-rw-r--r-- | kexi/kexiutils/utils.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/kexi/kexiutils/utils.h b/kexi/kexiutils/utils.h index e244f02e..7ad11324 100644 --- a/kexi/kexiutils/utils.h +++ b/kexi/kexiutils/utils.h @@ -250,7 +250,6 @@ namespace KexiUtils Copies @p src file to @p dest file. @return CopySuccess on success, CopyReadError on source file error, CopyWriteError on destination file error. - @todo remove: TQFile in TQt4 provides this. */ KEXIUTILS_EXPORT CopyFileResult copyFile(const TQString& src, const TQString& dest); } |