diff options
author | Timothy Pearson <[email protected]> | 2011-12-21 14:03:51 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-21 14:03:51 -0600 |
commit | 6092f8e6078f2b4cd70a34a6fe44bb1f98e5305b (patch) | |
tree | d6f4950cdaf23a3af983eb6e19147b8bddc257bf /src/dolphiniconsview.h | |
parent | b651b3b01b24418d0e6387870d9758a61d7bd9ff (diff) | |
download | dolphin-6092f8e6078f2b4cd70a34a6fe44bb1f98e5305b.tar.gz dolphin-6092f8e6078f2b4cd70a34a6fe44bb1f98e5305b.zip |
Rename obsolete tq methods to standard names
Diffstat (limited to 'src/dolphiniconsview.h')
-rw-r--r-- | src/dolphiniconsview.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dolphiniconsview.h b/src/dolphiniconsview.h index 5ce6d8b..e64d73d 100644 --- a/src/dolphiniconsview.h +++ b/src/dolphiniconsview.h @@ -83,7 +83,7 @@ public: public slots: /** - * Bypass a tqlayout issue in KFileIconView in combination with previews. + * Bypass a layout issue in KFileIconView in combination with previews. * @see KFileIconView::arrangeItemsInGrid */ virtual void arrangeItemsInGrid(bool updated = true); |