comparison common.h @ 50:c76782c14371

* Use specific includes instead of QtCore, QtGui etc; bring in TextAbbrev class
author Chris Cannam
date Thu, 11 Nov 2010 22:04:59 +0000
parents 9a89dedf260a
children f583e44d9d31
comparison
equal deleted inserted replaced
49:f9b53c10a3f6 50:c76782c14371
3 3
4 /**************************************************************************** 4 /****************************************************************************
5 ** Copyright (C) Jari Korhonen, 2010 (under lgpl) 5 ** Copyright (C) Jari Korhonen, 2010 (under lgpl)
6 ****************************************************************************/ 6 ****************************************************************************/
7 7
8 #include <QtCore> 8 #include <QString>
9 9
10 #define APPNAME "HgExplorer" 10 #define APPNAME "HgExplorer"
11 #define APPVERSION "0.7.2" 11 #define APPVERSION "0.7.2"
12 #define MY_ICON_SIZE 32 12 #define MY_ICON_SIZE 32
13 #define REPOMENU_TITLE "Repository actions" 13 #define REPOMENU_TITLE "Repository actions"