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