summaryrefslogtreecommitdiffstats
path: root/src/tools/tqgvector.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-10-28 13:39:23 +0900
committerMichele Calgaro <[email protected]>2024-10-28 13:39:23 +0900
commit69e1261df646edf24612d7f953dac81182e7461b (patch)
tree5d9a9e9600f0592c3732fe7c9402134fd22d6651 /src/tools/tqgvector.cpp
parentc9a75bccc60b6ac092f76a2624115fd8935f4888 (diff)
downloadtqt3-69e1261df646edf24612d7f953dac81182e7461b.tar.gz
tqt3-69e1261df646edf24612d7f953dac81182e7461b.zip
Drop Borland compiler specific code
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'src/tools/tqgvector.cpp')
-rw-r--r--src/tools/tqgvector.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/tools/tqgvector.cpp b/src/tools/tqgvector.cpp
index 001b777a4..9ee7034df 100644
--- a/src/tools/tqgvector.cpp
+++ b/src/tools/tqgvector.cpp
@@ -39,10 +39,6 @@
**********************************************************************/
#include "tqglobal.h"
-#if defined(Q_CC_BOR)
-// needed for qsort() because of a std namespace problem on Borland
-#include "qplatformdefs.h"
-#endif
#define TQGVECTOR_CPP
#include "tqgvector.h"