summaryrefslogtreecommitdiffstats
path: root/src/debugwindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/debugwindow.h')
-rw-r--r--src/debugwindow.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/debugwindow.h b/src/debugwindow.h
index 2ab099e..5a72790 100644
--- a/src/debugwindow.h
+++ b/src/debugwindow.h
@@ -37,7 +37,7 @@ class DebugWindow : public TQWidget {
TQ_OBJECT
public:
/** Construtor and destructor */
- DebugWindow(TQWidget *tqparent = 0, const char *name = 0);
+ DebugWindow(TQWidget *parent = 0, const char *name = 0);
~DebugWindow();
/** Methods to post a message to the debug window */
void postMessage(const TQString msg);