summaryrefslogtreecommitdiffstats
path: root/src/editor.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-04-06 21:26:09 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-04-06 21:26:09 +0900
commit7a3d3f43eafeee3254fa0c09ae654b230719ad7b (patch)
treef96a2fa5b4873fd49471e9d066623e07dec845d0 /src/editor.cpp
parent63a4deaab1c7f10b04e94c730ab1b19dc502d591 (diff)
downloadabakus-master.tar.gz
abakus-master.zip
Replace Qt with TQtHEADmaster
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src/editor.cpp')
-rw-r--r--src/editor.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/editor.cpp b/src/editor.cpp
index fdc26c1..b088fcd 100644
--- a/src/editor.cpp
+++ b/src/editor.cpp
@@ -47,7 +47,6 @@
#include <algorithm>
-// XXX: QT 4: Replace this with qBinaryFind().
using std::binary_search;
class CalcResultLabel : public TQLabel