summaryrefslogtreecommitdiffstats
path: root/src/codeeditor.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/codeeditor.h')
-rwxr-xr-xsrc/codeeditor.h2
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() ;