diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-08-25 11:21:54 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-08-29 12:16:41 +0900 |
commit | 73836b4ca5f241d070dd34ac1d9bb828e05f9544 (patch) | |
tree | 001b3935b9362f17083be2a8225e6ff42afc2019 /kexi/kexiutils/utils.h | |
parent | 1607518b8c749b4195c5ab11b405f77001526a6a (diff) | |
download | koffice-73836b4ca5f241d070dd34ac1d9bb828e05f9544.tar.gz koffice-73836b4ca5f241d070dd34ac1d9bb828e05f9544.zip |
Drop USE_TQT4 code
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit e0df02598b8e19d8b6ddf07fdbca661489ab2e99)
Diffstat (limited to 'kexi/kexiutils/utils.h')
-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 e244f02ee..7ad113241 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); } |