diff options
author | Michele Calgaro <[email protected]> | 2023-08-24 18:18:44 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-08-24 21:37:55 +0900 |
commit | 944553d4b3c7f2673e6e877332659652f548159b (patch) | |
tree | cffdceaaa95af6781191e2fd752b139fa593b315 /src/directorymergewindow.cpp | |
parent | 773f93a5d60cd257d7ec4e3e9979087b65fc3dd5 (diff) | |
download | kdiff3-944553d4b3c7f2673e6e877332659652f548159b.tar.gz kdiff3-944553d4b3c7f2673e6e877332659652f548159b.zip |
Drop USE_QT4 code and unnecessary .tdevelop project file
Signed-off-by: Michele Calgaro <[email protected]>
(cherry picked from commit 635077214fa90c14a6badc0c067c71d98aebd912)
Diffstat (limited to 'src/directorymergewindow.cpp')
-rw-r--r-- | src/directorymergewindow.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/directorymergewindow.cpp b/src/directorymergewindow.cpp index 3ca33e7..ed00a15 100644 --- a/src/directorymergewindow.cpp +++ b/src/directorymergewindow.cpp @@ -217,11 +217,7 @@ void DirectoryMergeWindow::fastFileComparison( } pp.setInformation( i18n("Comparing file..."), 0, false ); -#ifdef USE_QT4 - typedef qint64 t_FileSize; -#else // USE_QT4 typedef TQFile::Offset t_FileSize; -#endif // USE_QT4 t_FileSize fullSize = file1.size(); t_FileSize sizeLeft = fullSize; |