diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-07-09 02:23:29 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-07-09 02:23:29 +0000 |
commit | 7b65a26139363081928049b6613475488a057011 (patch) | |
tree | f6f65c691331ea050578dc39a655cc8d98afdf12 /src/dolphiniconsview.h | |
parent | 98fdf3c14619cfe6b5547c941bcbf8ecd4315e3b (diff) | |
download | dolphin-7b65a26139363081928049b6613475488a057011.tar.gz dolphin-7b65a26139363081928049b6613475488a057011.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/dolphin@1240522 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'src/dolphiniconsview.h')
-rw-r--r-- | src/dolphiniconsview.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/dolphiniconsview.h b/src/dolphiniconsview.h index adfd512..53b223b 100644 --- a/src/dolphiniconsview.h +++ b/src/dolphiniconsview.h @@ -47,12 +47,12 @@ public: Previews }; - DolphinIconsView(DolphinView *tqparent, LayoutMode tqlayoutMode); + DolphinIconsView(DolphinView *tqparent, LayoutMode layoutMode); virtual ~DolphinIconsView(); void setLayoutMode(LayoutMode mode); - LayoutMode tqlayoutMode() const { return m_tqlayoutMode; } + LayoutMode layoutMode() const { return m_layoutMode; } /** @see ItemEffectsManager::updateItems */ virtual void beginItemUpdates(); @@ -156,7 +156,7 @@ private slots: private: int m_previewIconSize; - LayoutMode m_tqlayoutMode; + LayoutMode m_layoutMode; DolphinView* m_dolphinView; /** Returns the increased icon size for the size \a size. */ |