summaryrefslogtreecommitdiffstats
path: root/src/directorymergewindow.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-08-24 18:18:44 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-08-24 21:30:00 +0900
commit635077214fa90c14a6badc0c067c71d98aebd912 (patch)
treecffdceaaa95af6781191e2fd752b139fa593b315 /src/directorymergewindow.cpp
parentac196441904243b993d6fe4f966477b1113790ec (diff)
downloadkdiff3-635077214fa90c14a6badc0c067c71d98aebd912.tar.gz
kdiff3-635077214fa90c14a6badc0c067c71d98aebd912.zip
Drop USE_QT4 code and unnecessary .tdevelop project file
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/directorymergewindow.cpp')
-rw-r--r--src/directorymergewindow.cpp4
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;