Added include for QTimer in header file.
[easylist] / globals.h
1 #ifndef GLOBALS_H\r
2 #define GLOBALS_H\r
3 \r
4 #define WILLEM_LIU "WillemLiu"\r
5 #define EASY_LIST "easylist"\r
6 #define LIST_TEXT "ListText"\r
7 #define LIST_NAMES "ListName"\r
8 #define SELECTED_LIST_NAME "SelectedListName"\r
9 #define DBUS_KEYBOARD_SLIDE "/org/freedesktop/Hal/devices/platform_slide"\r
10 #define CHECKED_ITEMS_TO_BOTTOM "CheckedItemsToBottom"\r
11 #define CHECKED_BACKLIGHT "MyCheckedBacklight"\r
12 #define LANDSCAPE "Landscape"\r
13 #define PORTRAIT "Portrait"\r
14 #define AUTO_ORIENTATION "AutoOrientation"\r
15 #define LIST_TEXT "ListText"\r
16 #define SORT_A_Z "SortAlphabetically"\r
17 #define USERNAME "Username"\r
18 #define PASSWORD "Password"\r
19 #define SYNC_URL "SyncUrl"\r
20 #define DEFAULT_SYNC_URL "http://easylist.willemliu.nl/getList.php"\r
21 #define SYNC_LIST_NAME "SyncList"\r
22 \r
23 static const int BACK = 0;\r
24 static const int FORWARD = 1;\r
25 \r
26 #endif // GLOBALS_H\r