diff options
| author | Peter Penz <[email protected]> | 2010-08-27 05:26:27 +0000 |
|---|---|---|
| committer | Peter Penz <[email protected]> | 2010-08-27 05:26:27 +0000 |
| commit | 09e1cc4d7726b649710fe5ce49741ae736ce4d06 (patch) | |
| tree | f7dc90c5f263a692afd3c8adce579661186600ea /src/dolphinpart.h | |
| parent | d99e541453bac0bddadd27e87868d9fbe7814d2a (diff) | |
Context-menu cleanups:
- KNewMenu has been deprecated by KNewFileMenu. Reflect this in the names of related Dolphin classes.
- Provide context-sensitive actions also when a context-menu is opened on the viewport
BUG: 191938
FIXED-IN: 4.6.0
svn path=/trunk/KDE/kdebase/apps/; revision=1168586
Diffstat (limited to 'src/dolphinpart.h')
| -rw-r--r-- | src/dolphinpart.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dolphinpart.h b/src/dolphinpart.h index 5629b9c2d..dd5fe1e37 100644 --- a/src/dolphinpart.h +++ b/src/dolphinpart.h @@ -236,7 +236,7 @@ private: DolphinModel* m_dolphinModel; DolphinSortFilterProxyModel* m_proxyModel; DolphinPartBrowserExtension* m_extension; - KNewFileMenu* m_newMenu; + KNewFileMenu* m_newFileMenu; QString m_nameFilter; Q_DISABLE_COPY(DolphinPart) }; |
