diff options
author | Michele Calgaro <[email protected]> | 2023-11-04 22:03:44 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2023-11-04 22:03:44 +0900 |
commit | bb5eab5b31f9411bae2391f46f7828d694356af5 (patch) | |
tree | 9cf6ed188ffe515e0162407bc6aa947e7eed5871 | |
parent | b9727aa65d06bf7835fbcc034069b63985b5b40a (diff) | |
download | kpicosim-bb5eab5b31f9411bae2391f46f7828d694356af5.tar.gz kpicosim-bb5eab5b31f9411bae2391f46f7828d694356af5.zip |
Replace Qt with TQt
Signed-off-by: Michele Calgaro <[email protected]>
-rw-r--r-- | src/kpicosim.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kpicosim.cpp b/src/kpicosim.cpp index df0e3ab..17894c4 100644 --- a/src/kpicosim.cpp +++ b/src/kpicosim.cpp @@ -114,7 +114,7 @@ KPicoSim::KPicoSim() : TDEMainWindow( 0, "KPicoSim" ) m_tabWidget->addTab( m_editor, "Source" ) ; addDockWindow( m_processorView, DockLeft ) ; - m_splitter->setOrientation( Qt::Vertical ) ; + m_splitter->setOrientation( TQt::Vertical ) ; setCentralWidget( m_splitter ) ; m_messages->setAllColumnsShowFocus( true ) ; m_messages->setFullWidth( true ) ; |