summaryrefslogtreecommitdiffstats
path: root/src/codeeditor.cpp
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/codeeditor.cpp
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/codeeditor.cpp')
-rwxr-xr-xsrc/codeeditor.cpp4
1 files changed, 2 insertions, 2 deletions
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 <tqlayout.h>
#include <kfiledialog.h>
-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) ;