Mercurial > hg > octave-nkf
comparison libgui/graphics/TextControl.cc @ 18573: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 |
comparison
equal
deleted
inserted
replaced
18572:b75adad91fc6 | 18573:fb96b7f55242 |
---|---|
26 | 26 |
27 #include <QLabel> | 27 #include <QLabel> |
28 | 28 |
29 #include "Container.h" | 29 #include "Container.h" |
30 #include "TextControl.h" | 30 #include "TextControl.h" |
31 #include "Utils.h" | 31 #include "QtHandlesUtils.h" |
32 | 32 |
33 namespace QtHandles | 33 namespace QtHandles |
34 { | 34 { |
35 | 35 |
36 TextControl* TextControl::create (const graphics_object& go) | 36 TextControl* TextControl::create (const graphics_object& go) |