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/iconsviewsettingspage.cpp | |
parent | b651b3b01b24418d0e6387870d9758a61d7bd9ff (diff) | |
download | dolphin-6092f8e6078f2b4cd70a34a6fe44bb1f98e5305b.tar.gz dolphin-6092f8e6078f2b4cd70a34a6fe44bb1f98e5305b.zip |
Rename obsolete tq methods to standard names
Diffstat (limited to 'src/iconsviewsettingspage.cpp')
-rw-r--r-- | src/iconsviewsettingspage.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/iconsviewsettingspage.cpp b/src/iconsviewsettingspage.cpp index a3a11ed..570b961 100644 --- a/src/iconsviewsettingspage.cpp +++ b/src/iconsviewsettingspage.cpp @@ -153,7 +153,7 @@ IconsViewSettingsPage::IconsViewSettingsPage(DolphinIconsView::LayoutMode mode, m_gridSpacingBox->setCurrentItem((settings->gridSpacing() - GRID_SPACING_BASE) / GRID_SPACING_INC); // Add a dummy widget with no restriction regarding - // a vertical resizing. This assures that the dialog tqlayout + // a vertical resizing. This assures that the dialog layout // is not stretched vertically. new TQWidget(this); |