From 1efbeb497b0498457a48efe0a4c0ea28a809effb Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Thu, 7 Dec 2023 12:59:42 +0900 Subject: Replaced various '#define' with actual strings - part 6 Signed-off-by: Michele Calgaro --- src/optiondialog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/optiondialog.cpp') diff --git a/src/optiondialog.cpp b/src/optiondialog.cpp index 42a589e..e91e2d9 100644 --- a/src/optiondialog.cpp +++ b/src/optiondialog.cpp @@ -263,7 +263,7 @@ public: { m_pVar = pVar; m_defaultVal = defaultVal; - TQIntValidator* v = new TQIntValidator(TQT_TQOBJECT(this)); + TQIntValidator* v = new TQIntValidator(this); v->setRange( rangeMin, rangeMax ); setValidator( v ); } -- cgit v1.2.3