diff options
author | kintel <kintel@b57f626f-c46c-0410-a088-ec61d464b74c> | 2010-03-25 22:02:45 (GMT) |
---|---|---|
committer | kintel <kintel@b57f626f-c46c-0410-a088-ec61d464b74c> | 2010-03-25 22:02:45 (GMT) |
commit | 243f9428cfcfe5c5f36f3774f5b36f472ec50bc9 (patch) | |
tree | 686453918d80a3447ebe0641a434d42073696585 /src/AppleEvents.cc | |
parent | 3ba0ab30e665e544af5cd3eea38a96f8b1eeae8a (diff) |
minor patches from Andrew Plumb
git-svn-id: http://svn.clifford.at/openscad/trunk@489 b57f626f-c46c-0410-a088-ec61d464b74c
Diffstat (limited to 'src/AppleEvents.cc')
-rw-r--r-- | src/AppleEvents.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/AppleEvents.cc b/src/AppleEvents.cc index 470c4f3..1fb4f99 100644 --- a/src/AppleEvents.cc +++ b/src/AppleEvents.cc @@ -1,5 +1,5 @@ #include <Carbon/Carbon.h> -#include <QApplication.h> +#include <QApplication> #include "MainWindow.h" extern "C" { |