diff -r a99f41732cd2 -r 715d9a7f6598 src/main.h --- a/src/main.h Fri Dec 06 21:30:58 2013 +0200 +++ b/src/main.h Sat Dec 07 00:01:20 2013 +0200 @@ -46,6 +46,7 @@ #include #include #include +#include #include "property.h" #include "config.h" @@ -119,6 +120,10 @@ QString versionMoniker(); QString fullVersionString(); +#define properties private +#define typedefs public +#define methods + // ----------------------------------------------------------------------------- #ifdef IN_IDE_PARSER // KDevelop workarounds: # error IN_IDE_PARSER is defined (this code is only for KDevelop workarounds)