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 31b9911..5a72790 100644
--- a/src/debugwindow.h
+++ b/src/debugwindow.h
@@ -46,7 +46,7 @@ class DebugWindow : public TQWidget {
protected:
virtual void closeEvent(TQCloseEvent *event);
private:
- TQVBoxLayout *layout;
+ TQVBoxLayout *tqlayout;
TQTextBrowser *textBrowser;
};