From ae6cafee5339716bd01aa6c66aa4f366bdc5d43b Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 16 Dec 2011 09:55:33 -0600 Subject: Revert "Rename a number of old tq methods that are no longer tq specific" This reverts commit 882bcd26b3d60be72ea2b35921969a9850c52db9. --- src/debugwindow.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/debugwindow.h') 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; }; -- cgit v1.2.1