summaryrefslogtreecommitdiffstats
path: root/src/gui/microselectwidget.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2023-11-04 22:03:54 +0900
committerMichele Calgaro <[email protected]>2023-11-04 22:03:54 +0900
commitc5554a5f82ebc79fbda3940ee904e71490fb13d6 (patch)
treec6a2c38cdd7ab8a193f25a0a51ebb5aa7fe8c386 /src/gui/microselectwidget.cpp
parentba71773a92f2cc979c252f790be280c8486ebfd0 (diff)
downloadktechlab-c5554a5f82ebc79fbda3940ee904e71490fb13d6.tar.gz
ktechlab-c5554a5f82ebc79fbda3940ee904e71490fb13d6.zip
Replace Qt with TQt
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'src/gui/microselectwidget.cpp')
-rw-r--r--src/gui/microselectwidget.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/microselectwidget.cpp b/src/gui/microselectwidget.cpp
index 0abb83d..432961d 100644
--- a/src/gui/microselectwidget.cpp
+++ b/src/gui/microselectwidget.cpp
@@ -23,7 +23,7 @@
#include <tqwhatsthis.h>
MicroSelectWidget::MicroSelectWidget( TQWidget* parent, const char* name, WFlags )
- : TQGroupBox( 4, Qt::Horizontal, i18n("Microprocessor"), parent, name )
+ : TQGroupBox( 4, TQt::Horizontal, i18n("Microprocessor"), parent, name )
{
m_allowedAsmSet = AsmInfo::AsmSetAll;
m_allowedGpsimSupport = m_allowedFlowCodeSupport = m_allowedMicrobeSupport = MicroInfo::AllSupport;