comparison libgui/graphics/ContextMenu.cc @ 18505:fb96b7f55242 gui-release

rename file to avoid clash on case-insenstive filesystems (bug #41658) * libgui/graphics/QtHandlesUtils.cc: Rename from Utils.cc. * libgui/graphics/QtHandlesUtils.h: Rename from Utils.h. Change all uses. * libgui/graphics/module.mk: Update lists.
author John W. Eaton <jwe@octave.org>
date Fri, 21 Feb 2014 11:35:36 -0500
parents 523878f76518
children fe0e34be5576 92f91183630b
comparison
equal deleted inserted replaced
18504:b75adad91fc6 18505:fb96b7f55242
26 26
27 #include <QMenu> 27 #include <QMenu>
28 28
29 #include "Backend.h" 29 #include "Backend.h"
30 #include "ContextMenu.h" 30 #include "ContextMenu.h"
31 #include "Utils.h" 31 #include "QtHandlesUtils.h"
32 32
33 namespace QtHandles 33 namespace QtHandles
34 { 34 {
35 35
36 ContextMenu* ContextMenu::create (const graphics_object& go) 36 ContextMenu* ContextMenu::create (const graphics_object& go)