diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-27 21:38:57 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-27 21:38:57 +0000 |
commit | 49eda0ff225683b7bfc3f73b2fce3b11ebb1f327 (patch) | |
tree | 23c58f1fecfb3f954bf4b5907df11ba83ef60f70 /src/kserialview.cpp | |
parent | bd18f7704ecc1c1a82bf3dae64639c9ec5371b18 (diff) | |
download | kpicosim-49eda0ff225683b7bfc3f73b2fce3b11ebb1f327.tar.gz kpicosim-49eda0ff225683b7bfc3f73b2fce3b11ebb1f327.zip |
Fix a number of accidental tqStatus string conversions
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kpicosim@1249829 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'src/kserialview.cpp')
-rwxr-xr-x | src/kserialview.cpp | 4 |
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 ) ; |