summaryrefslogtreecommitdiffstats
path: root/plugins/search/searchwidget.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-21 14:06:13 -0600
committerSlávek Banko <slavek.banko@axis.cz>2012-06-06 03:48:50 +0200
commit06187df2cc7e317dd22ab43abb0880294cb154d8 (patch)
tree888ba77de80ce6dd2cc0213ae4e5ebb333ca2de5 /plugins/search/searchwidget.cpp
parent161e93feae40489201edee480db6802a9a61b0a4 (diff)
downloadktorrent-06187df2cc7e317dd22ab43abb0880294cb154d8.tar.gz
ktorrent-06187df2cc7e317dd22ab43abb0880294cb154d8.zip
Rename obsolete tq methods to standard names
(cherry picked from commit 0d48fca8ae41ab963c780104fdeca45d7dad0a51)
Diffstat (limited to 'plugins/search/searchwidget.cpp')
-rw-r--r--plugins/search/searchwidget.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/search/searchwidget.cpp b/plugins/search/searchwidget.cpp
index 67f6dfa..01c27f7 100644
--- a/plugins/search/searchwidget.cpp
+++ b/plugins/search/searchwidget.cpp
@@ -59,8 +59,8 @@ namespace kt
SearchWidget::SearchWidget(SearchPlugin* sp) : html_part(0),sp(sp)
{
- TQVBoxLayout* tqlayout = new TQVBoxLayout(this);
- tqlayout->setAutoAdd(true);
+ TQVBoxLayout* layout = new TQVBoxLayout(this);
+ layout->setAutoAdd(true);
sbar = new SearchBar(this);
html_part = new HTMLPart(this);