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.h | |
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.h')
-rwxr-xr-x | src/codeeditor.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/codeeditor.h b/src/codeeditor.h index 06f905e..db90ad8 100755 --- a/src/codeeditor.h +++ b/src/codeeditor.h @@ -30,7 +30,7 @@ class CodeEditor : public TQWidget Q_OBJECT TQ_OBJECT public: - CodeEditor(TQWidget *tqparent = 0, const char *name = 0); + CodeEditor(TQWidget *parent = 0, const char *name = 0); ~CodeEditor(); void clearExecutionMarker() ; |