diff options
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) ; |