summaryrefslogtreecommitdiffstats
path: root/src/kserialview.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/kserialview.cpp')
-rwxr-xr-xsrc/kserialview.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/kserialview.cpp b/src/kserialview.cpp
index cd679f9..579313c 100755
--- a/src/kserialview.cpp
+++ b/src/kserialview.cpp
@@ -59,7 +59,7 @@ KSerialView::KSerialView( CPicoBlaze *cpu, TQWidget * parent ) : TQWidget( paren
label->setFixedSize( 55, 18 ) ;
label = new TQLabel( groupBox ) ;
- label->setText( "tqStatus" ) ;
+ label->setText( "Status" ) ;
label->move( 5, 55 ) ;
label->setFixedSize( 55, 18 ) ;
@@ -87,7 +87,7 @@ KSerialView::KSerialView( CPicoBlaze *cpu, TQWidget * parent ) : TQWidget( paren
connect( rxPortID, TQT_SIGNAL( textChanged( const TQString & ) ), this, TQT_SLOT( updateRxId( const TQString & ) ) ) ;
connect( statusPortID, TQT_SIGNAL( textChanged( const TQString & ) ), this, TQT_SLOT( updateStatusId( const TQString & ) ) ) ;
- groupBox = new TQGroupBox( "tqStatus Register", settings ) ;
+ groupBox = new TQGroupBox( "Status Register", settings ) ;
groupBox->setFixedSize( 200, 80 ) ;
groupBox->move( 250, 0 ) ;