summaryrefslogtreecommitdiffstats
path: root/src/modules/actioneditor
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-11-04 23:07:53 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-11-05 23:06:51 +0900
commit945085d2d242018111b8bb1e1082ebe2021b720b (patch)
tree9162dfce141628f7e5d7ffc311dc0df860a6b29b /src/modules/actioneditor
parent776d38202f9be592e1b6b99dbc81a64ee584c5c0 (diff)
downloadkvirc-945085d2d242018111b8bb1e1082ebe2021b720b.tar.gz
kvirc-945085d2d242018111b8bb1e1082ebe2021b720b.zip
Replace Qt with TQt
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 9577f4de07539fb2464a1499d45b25993c5cea46)
Diffstat (limited to 'src/modules/actioneditor')
-rw-r--r--src/modules/actioneditor/actioneditor.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/actioneditor/actioneditor.cpp b/src/modules/actioneditor/actioneditor.cpp
index 705233f3..c0b0e7bc 100644
--- a/src/modules/actioneditor/actioneditor.cpp
+++ b/src/modules/actioneditor/actioneditor.cpp
@@ -650,7 +650,7 @@ KviActionEditor::KviActionEditor(TQWidget * par)
TQGridLayout * l = new TQGridLayout(this,1,1,2,2);
- m_pSplitter = new TQSplitter(Qt::Horizontal,this);
+ m_pSplitter = new TQSplitter(TQt::Horizontal,this);
l->addWidget(m_pSplitter,0,0);