From 4ee90855df32a13209bd394b86d81446aa2e31ad Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 4 Nov 2023 23:32:34 +0900 Subject: Replace Qt with TQt Signed-off-by: Michele Calgaro --- src/kmplayerprocess.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/kmplayerprocess.cpp') diff --git a/src/kmplayerprocess.cpp b/src/kmplayerprocess.cpp index 13959a9..6a77333 100644 --- a/src/kmplayerprocess.cpp +++ b/src/kmplayerprocess.cpp @@ -1508,7 +1508,7 @@ TQWidget * TypeNode::createWidget (TQWidget * parent) { if (!strcmp (ctype, "range")) { w = new TQSlider (getAttribute (TQString ("START")).toInt (), getAttribute (StringPool::attr_end).toInt (), - 1, value.toInt (), Qt::Horizontal, parent); + 1, value.toInt (), TQt::Horizontal, parent); } else if (!strcmp (ctype, "num") || !strcmp (ctype, "string")) { w = new TQLineEdit (value, parent); } else if (!strcmp (ctype, "bool")) { -- cgit v1.2.3