diff options
Diffstat (limited to 'src/debugwindow.h')
-rw-r--r-- | src/debugwindow.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/debugwindow.h b/src/debugwindow.h index 5a72790..31b9911 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 *tqlayout; + TQVBoxLayout *layout; TQTextBrowser *textBrowser; }; |