diff options
Diffstat (limited to 'src')
-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" { |