From b85c22314668302f17b6c83d1f695d0d52deb751 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 6 Apr 2024 21:26:09 +0900 Subject: Replace Qt with TQt Signed-off-by: Michele Calgaro (cherry picked from commit 7a3d3f43eafeee3254fa0c09ae654b230719ad7b) --- src/editor.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/editor.cpp') 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 -// XXX: QT 4: Replace this with qBinaryFind(). using std::binary_search; class CalcResultLabel : public TQLabel -- cgit v1.2.1