Move tools/ink_type.h to settings/

This commit is contained in:
David Capello 2013-04-01 20:52:20 -03:00
parent add0d9bf06
commit b7d03ded07
3 changed files with 5 additions and 5 deletions

View File

@ -16,8 +16,8 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
*/
#ifndef TOOLS_INK_TYPE_H_INCLUDED
#define TOOLS_INK_TYPE_H_INCLUDED
#ifndef SETTINGS_INK_TYPE_H_INCLUDED
#define SETTINGS_INK_TYPE_H_INCLUDED
// If you change this enumeration, you should change update the
// ContextBar::InkTypeField() UI widget
@ -33,4 +33,4 @@ enum InkType {
kMaxInks
};
#endif // TOOLS_INK_TYPE_H_INCLUDED
#endif // SETTINGS_INK_TYPE_H_INCLUDED

View File

@ -23,7 +23,7 @@
#include "gfx/point.h"
#include "gfx/rect.h"
#include "raster/pen_type.h"
#include "tools/ink_type.h"
#include "settings/ink_type.h"
class Document;
class IDocumentSettings;

View File

@ -23,10 +23,10 @@
#include "modules/gui.h"
#include "raster/image.h"
#include "raster/pen.h"
#include "settings/ink_type.h"
#include "settings/settings.h"
#include "skin/skin_theme.h"
#include "tools/ink.h"
#include "tools/ink_type.h"
#include "tools/point_shape.h"
#include "tools/tool.h"
#include "ui/button.h"