From b474de4a54c9b1d4d863971e40b807588d554436 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 24 Aug 2012 22:48:35 +0300 Subject: replace defines to consts. --- src/itemshortcut.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/itemshortcut.h') diff --git a/src/itemshortcut.h b/src/itemshortcut.h index 6367ba6e8..8711b9c03 100644 --- a/src/itemshortcut.h +++ b/src/itemshortcut.h @@ -23,9 +23,8 @@ #ifndef ITEMSHORTCUT_H #define ITEMSHORTCUT_H -#define SHORTCUT_ITEMS 20 - -#define SHORTCUT_TABS 3 +const unsigned int SHORTCUT_ITEMS = 20; +const unsigned int SHORTCUT_TABS = 3; class Item; -- cgit v1.2.3-60-g2f50