summaryrefslogtreecommitdiffstats
path: root/src/debugwindow.h
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2011-12-21 14:03:41 -0600
committerSlávek Banko <[email protected]>2012-06-25 03:21:34 +0200
commit97ccef8ebcb1c875f41e70c58d29214f1838b5a2 (patch)
treedfcfb66458fa70190bf7ddcb9437e21702d495d2 /src/debugwindow.h
parent4432e0a1145b0ef95d741fea6d04b565f36fa626 (diff)
downloadbasket-97ccef8ebcb1c875f41e70c58d29214f1838b5a2.tar.gz
basket-97ccef8ebcb1c875f41e70c58d29214f1838b5a2.zip
Rename obsolete tq methods to standard names
(cherry picked from commit 17678d65de293ae9a8b077b5c0bc3f493c617f8b)
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 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;
};