Fix compilation error on Mac

This commit is contained in:
Christophe Dumez
2010-11-11 21:08:41 +00:00
parent 4d39b3accd
commit 922aebec9a

View File

@@ -31,6 +31,8 @@
#ifndef SESSIONAPPLICATION_H
#define SESSIONAPPLICATION_H
#include <QtCore/QtGlobal>
#ifdef Q_WS_MAC
#include "qmacapplication.h"
#else