diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-10 22:19:39 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-10 22:19:39 +0000 |
commit | 0579ae7150f2a95685fdb5754cd092c5588ca7a6 (patch) | |
tree | 7540de357de9931ce03959ef8b668ecec7a13ea3 /src/codeeditor.cpp | |
parent | 604ed09603bcbb3b0ef10b1837bcafe81cd2423c (diff) | |
download | kpicosim-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-x | src/codeeditor.cpp | 4 |
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) ; |