diff options
Diffstat (limited to 'src/editor.h')
-rw-r--r-- | src/editor.h | 2 |
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; |