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/CMakeLists.txt | |
| 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/CMakeLists.txt')
| -rw-r--r-- | src/CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 09e58b720..b6b9410ab 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -33,7 +33,7 @@ set(dolphinprivate_LIB_SRCS views/dolphincolumnview.cpp views/dolphincolumnviewcontainer.cpp views/dolphinmodel.cpp - views/dolphinnewmenuobserver.cpp + views/dolphinnewfilemenuobserver.cpp views/dolphinremoteencoding.cpp views/dolphinsortfilterproxymodel.cpp views/dolphinviewactionhandler.cpp @@ -97,7 +97,7 @@ install(FILES views/versioncontrol/fileviewversioncontrolplugin.desktop DESTINAT set(dolphin_SRCS dolphinapplication.cpp dolphinmainwindow.cpp - dolphinnewmenu.cpp + dolphinnewfilemenu.cpp dolphinviewcontainer.cpp dolphincontextmenu.cpp filterbar/filterbar.cpp |
