summaryrefslogtreecommitdiffstats
path: root/src/editor.h
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
commit01ece12e85eb75768b751d86a61de685aea92a6a (patch)
tree05bd0e1744150cb262a06bb319006b10db9e9bfe /src/editor.h
parent551fb6d0d8c5d2ed90363a1017816d252b03d9bd (diff)
downloadabakus-01ece12e85eb75768b751d86a61de685aea92a6a.tar.gz
abakus-01ece12e85eb75768b751d86a61de685aea92a6a.zip
rename the following methods:
tqparent parent tqmask mask git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/abakus@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'src/editor.h')
-rw-r--r--src/editor.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/editor.h b/src/editor.h
index 30fd43e..3f7035a 100644
--- a/src/editor.h
+++ b/src/editor.h
@@ -46,7 +46,7 @@ class Editor : public TQTextEdit
Number, FunctionName, Variable, MatchedPar
} ColorType;
- Editor( TQWidget* tqparent = 0, const char* name = 0 );
+ Editor( TQWidget* parent = 0, const char* name = 0 );
~Editor();
TQSize tqsizeHint() const;