From 0579ae7150f2a95685fdb5754cd092c5588ca7a6 Mon Sep 17 00:00:00 2001 From: tpearson Date: Wed, 10 Aug 2011 22:19:39 +0000 Subject: 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 --- src/kscratchpadview.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/kscratchpadview.cpp') diff --git a/src/kscratchpadview.cpp b/src/kscratchpadview.cpp index b52a5ce..2a94d6c 100755 --- a/src/kscratchpadview.cpp +++ b/src/kscratchpadview.cpp @@ -19,8 +19,8 @@ ***************************************************************************/ #include "kscratchpadview.h" -KScratchpadView::KScratchpadView( TQWidget *tqparent, const char *name) - : KToolBar(tqparent, name) +KScratchpadView::KScratchpadView( TQWidget *parent, const char *name) + : KToolBar(parent, name) { view = new KTextEdit( this ) ; view->setFont( TQFont( "Courier", view->font().pointSize() ) ) ; -- cgit v1.2.1