summaryrefslogtreecommitdiffstats
path: root/konq-plugins/fsview/treemap.h
diff options
context:
space:
mode:
authorTimothy Pearson <[email protected]>2011-12-18 18:28:11 -0600
committerSlávek Banko <[email protected]>2012-06-04 03:25:46 +0200
commit0669339d48f65fc18388faefe54b239591d4705f (patch)
tree6ef46442916496544051ff920549b71024548581 /konq-plugins/fsview/treemap.h
parentbe503a6af9e8a650410f5e3446c1c4ee338adaf4 (diff)
downloadtdeaddons-0669339d48f65fc18388faefe54b239591d4705f.tar.gz
tdeaddons-0669339d48f65fc18388faefe54b239591d4705f.zip
Rename old tq methods that no longer need a unique name
(cherry picked from commit b88830e9111dc4375bc1461c3f7b3e7b3e73f733)
Diffstat (limited to 'konq-plugins/fsview/treemap.h')
-rw-r--r--konq-plugins/fsview/treemap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/konq-plugins/fsview/treemap.h b/konq-plugins/fsview/treemap.h
index 0aa5a9d..6cb5edd 100644
--- a/konq-plugins/fsview/treemap.h
+++ b/konq-plugins/fsview/treemap.h
@@ -290,7 +290,7 @@ public:
*/
void setItemRect(const TQRect& r) { _rect = r; }
void clearItemRect();
- const TQRect& tqitemRect() const { return _rect; }
+ const TQRect& itemRect() const { return _rect; }
int width() const { return _rect.width(); }
int height() const { return _rect.height(); }