diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-11-04 23:07:53 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2023-11-05 23:06:51 +0900 |
commit | 945085d2d242018111b8bb1e1082ebe2021b720b (patch) | |
tree | 9162dfce141628f7e5d7ffc311dc0df860a6b29b /src/modules/raweditor/raweditor.cpp | |
parent | 776d38202f9be592e1b6b99dbc81a64ee584c5c0 (diff) | |
download | kvirc-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/raweditor/raweditor.cpp')
-rw-r--r-- | src/modules/raweditor/raweditor.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/modules/raweditor/raweditor.cpp b/src/modules/raweditor/raweditor.cpp index e0e49011..b7786fee 100644 --- a/src/modules/raweditor/raweditor.cpp +++ b/src/modules/raweditor/raweditor.cpp @@ -74,7 +74,7 @@ KviRawEditor::KviRawEditor(TQWidget * par) : TQWidget(par,"raw_event_editor") { TQGridLayout * l = new TQGridLayout(this,1,1,2,2); - TQSplitter * spl = new TQSplitter(Qt::Horizontal,this); + TQSplitter * spl = new TQSplitter(TQt::Horizontal,this); l->addWidget(spl,0,0); KviTalVBox * boxi = new KviTalVBox(spl); |