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/codeeditor.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/codeeditor.cpp') diff --git a/src/codeeditor.cpp b/src/codeeditor.cpp index b3a5305..a8e1dae 100755 --- a/src/codeeditor.cpp +++ b/src/codeeditor.cpp @@ -25,8 +25,8 @@ #include #include -CodeEditor::CodeEditor(TQWidget *tqparent, const char *name) - : TQWidget(tqparent, name) +CodeEditor::CodeEditor(TQWidget *parent, const char *name) + : TQWidget(parent, name) { TQVBoxLayout *tqlayout = new TQVBoxLayout(this) ; -- cgit v1.2.3