summaryrefslogtreecommitdiffstats
path: root/src/kserialview.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-10 22:19:39 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-10 22:19:39 +0000
commit0579ae7150f2a95685fdb5754cd092c5588ca7a6 (patch)
tree7540de357de9931ce03959ef8b668ecec7a13ea3 /src/kserialview.h
parent604ed09603bcbb3b0ef10b1837bcafe81cd2423c (diff)
downloadkpicosim-0579ae7150f2a95685fdb5754cd092c5588ca7a6.tar.gz
kpicosim-0579ae7150f2a95685fdb5754cd092c5588ca7a6.zip
rename the following methods:
tqparent parent tqmask mask git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kpicosim@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'src/kserialview.h')
-rwxr-xr-xsrc/kserialview.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/kserialview.h b/src/kserialview.h
index c474607..be398d4 100755
--- a/src/kserialview.h
+++ b/src/kserialview.h
@@ -36,7 +36,7 @@ class KSerialWindow : public KTextEdit
TQ_OBJECT
public:
- KSerialWindow( TQWidget *tqparent ) : KTextEdit( tqparent ) {
+ KSerialWindow( TQWidget *parent ) : KTextEdit( parent ) {
setWrapColumnOrWidth( 80 ) ; // Serial window is a terminal
setWrapPolicy( TQTextEdit::Anywhere ) ;
setWordWrap( TQTextEdit::FixedColumnWidth ) ;
@@ -74,7 +74,7 @@ class KSerialView : public TQWidget
Q_OBJECT
TQ_OBJECT
public:
- KSerialView( CPicoBlaze *cpu, TQWidget *tqparent );
+ KSerialView( CPicoBlaze *cpu, TQWidget *parent );
~KSerialView();
KPort * rxPort, * txPort, * statusPort ;