summaryrefslogtreecommitdiffstats
path: root/src/gui/microselectwidget.cpp
diff options
context:
space:
mode:
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;