diff options
author | Timothy Pearson <[email protected]> | 2011-12-19 11:35:26 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-19 11:35:26 -0600 |
commit | b651b3b01b24418d0e6387870d9758a61d7bd9ff (patch) | |
tree | 0e1080d49470e1c5a3640569e551b7afb30b2827 /src/dolphiniconsview.cpp | |
parent | 33ca3afe641f5cb46cda167f2c6700747ee0c06f (diff) | |
download | dolphin-b651b3b01b24418d0e6387870d9758a61d7bd9ff.tar.gz dolphin-b651b3b01b24418d0e6387870d9758a61d7bd9ff.zip |
Remove additional unneeded tq method conversions
Diffstat (limited to 'src/dolphiniconsview.cpp')
-rw-r--r-- | src/dolphiniconsview.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dolphiniconsview.cpp b/src/dolphiniconsview.cpp index 18b1c4e..1a09dd3 100644 --- a/src/dolphiniconsview.cpp +++ b/src/dolphiniconsview.cpp @@ -447,7 +447,7 @@ void DolphinIconsView::slotActivationUpdate() update(); // TODO: there must be a simpler way to say - // "update all tqchildren" + // "update all children" const TQObjectList list = childrenListObject(); if (list.isEmpty()) { return; |