summaryrefslogtreecommitdiffstats
path: root/kppp/debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'kppp/debug.h')
-rw-r--r--kppp/debug.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kppp/debug.h b/kppp/debug.h
index bc939dde..b5d02aeb 100644
--- a/kppp/debug.h
+++ b/kppp/debug.h
@@ -34,7 +34,7 @@
class myMultiEdit : public TQMultiLineEdit {
public:
- myMultiEdit(TQWidget *tqparent=0, const char *name=0);
+ myMultiEdit(TQWidget *parent=0, const char *name=0);
void newLine();
void insertChar(unsigned char c);
@@ -45,7 +45,7 @@ class DebugWidget : public TQDialog {
Q_OBJECT
TQ_OBJECT
public:
- DebugWidget(TQWidget *tqparent=0, const char *name=0);
+ DebugWidget(TQWidget *parent=0, const char *name=0);
void clear();