summaryrefslogtreecommitdiffstats
path: root/src/kserialview.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-15 15:32:20 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-15 15:32:20 -0600
commita836ba332960d5fc28c3f3ca9fbe52d63e9b7218 (patch)
treee5ffd3b495e179985a7bdd9ae0351c5b3d9ced53 /src/kserialview.cpp
parent22c5fc0e5ec003c8730f102ebf6c9e7bbb78cc4c (diff)
downloadkpicosim-a836ba332960d5fc28c3f3ca9fbe52d63e9b7218.tar.gz
kpicosim-a836ba332960d5fc28c3f3ca9fbe52d63e9b7218.zip
Rename a number of old tq methods that are no longer tq specific
Diffstat (limited to 'src/kserialview.cpp')
-rwxr-xr-xsrc/kserialview.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/kserialview.cpp b/src/kserialview.cpp
index 579313c..4cac22b 100755
--- a/src/kserialview.cpp
+++ b/src/kserialview.cpp
@@ -19,7 +19,7 @@
***************************************************************************/
#include "kserialview.h"
#include <tqlabel.h>
-#include <tqlayout.h>
+#include <layout.h>
#include <tqgroupbox.h>
#include <tqframe.h>
@@ -40,9 +40,9 @@ KSerialView::KSerialView( CPicoBlaze *cpu, TQWidget * parent ) : TQWidget( paren
TQWidget *settings = new TQWidget( this ) ;
settings->setMinimumSize( 90, 90 ) ;
- TQVBoxLayout *tqlayout = new TQVBoxLayout( this ) ;
- tqlayout->addWidget( view ) ;
- tqlayout->addWidget( settings ) ;
+ TQVBoxLayout *layout = new TQVBoxLayout( this ) ;
+ layout->addWidget( view ) ;
+ layout->addWidget( settings ) ;
TQGroupBox *groupBox = new TQGroupBox( "Serial Settings", settings ) ;
groupBox->setFixedSize( 200, 80 ) ;