summaryrefslogtreecommitdiffstats
path: root/kppp/scriptedit.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kppp/scriptedit.cpp')
-rw-r--r--kppp/scriptedit.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kppp/scriptedit.cpp b/kppp/scriptedit.cpp
index afa88821..afc3818d 100644
--- a/kppp/scriptedit.cpp
+++ b/kppp/scriptedit.cpp
@@ -30,8 +30,8 @@
#include <tqcombobox.h>
#include <tqlineedit.h>
-ScriptEdit::ScriptEdit( TQWidget *parent, const char *name )
- : TQWidget(parent, name)
+ScriptEdit::ScriptEdit( TQWidget *tqparent, const char *name )
+ : TQWidget(tqparent, name)
{
TQHBoxLayout *tl = new TQHBoxLayout(this, 0, 10);