From 945085d2d242018111b8bb1e1082ebe2021b720b Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sat, 4 Nov 2023 23:07:53 +0900 Subject: Replace Qt with TQt Signed-off-by: Michele Calgaro (cherry picked from commit 9577f4de07539fb2464a1499d45b25993c5cea46) --- src/modules/eventeditor/eventeditor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/modules/eventeditor/eventeditor.cpp') diff --git a/src/modules/eventeditor/eventeditor.cpp b/src/modules/eventeditor/eventeditor.cpp index ec9511b5..efa75538 100644 --- a/src/modules/eventeditor/eventeditor.cpp +++ b/src/modules/eventeditor/eventeditor.cpp @@ -70,7 +70,7 @@ KviEventEditor::KviEventEditor(TQWidget * par) { TQGridLayout * l = new TQGridLayout(this,1,1,2,2); - TQSplitter * spl = new TQSplitter(Qt::Horizontal,this); + TQSplitter * spl = new TQSplitter(TQt::Horizontal,this); spl->setOpaqueResize(false); l->addWidget(spl,0,0); -- cgit v1.2.1