summaryrefslogtreecommitdiffstats
path: root/libktorrent/expandablewidget.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-07-09 02:23:29 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-07-09 02:23:29 +0000
commit100dcb6968ca22bfa52836ad55eb4f01225791db (patch)
tree9d11b082bf3241003cd8f325270def346e980fd3 /libktorrent/expandablewidget.h
parent15dca2cc45947fde92cfda1c4c1e84b8b8a21f46 (diff)
downloadktorrent-100dcb6968ca22bfa52836ad55eb4f01225791db.tar.gz
ktorrent-100dcb6968ca22bfa52836ad55eb4f01225791db.zip
Remove the tq in front of these incorrectly TQt4-converted methods/data members:
tqrepaint[...] tqinvalidate[...] tqparent[...] tqmask[...] tqlayout[...] tqalignment[...] git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/ktorrent@1240522 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'libktorrent/expandablewidget.h')
-rw-r--r--libktorrent/expandablewidget.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libktorrent/expandablewidget.h b/libktorrent/expandablewidget.h
index 070f24f..02e6cf8 100644
--- a/libktorrent/expandablewidget.h
+++ b/libktorrent/expandablewidget.h
@@ -65,7 +65,7 @@ namespace kt
/**
* Remove a widget. This will ensure the proper tqparent child relations.
- * The widget w will become tqparentless. Note the first child will never be removed.
+ * The widget w will become parentless. Note the first child will never be removed.
* @param w The widget
*/
void remove(TQWidget* w);