summaryrefslogtreecommitdiffstats
path: root/macosx/HBHUDView.h
diff options
context:
space:
mode:
authorDamiano Galassi <[email protected]>2018-06-08 16:59:25 +0200
committerDamiano Galassi <[email protected]>2018-06-08 16:59:25 +0200
commitc762b2c0ec5b6fb58d1fd453e2b5aed526c6d693 (patch)
treee0ab43c5ddd28ed876158b689be0c93c2380d970 /macosx/HBHUDView.h
parentde7355d5ad5257c4cce5e0a99fffb3ee58264ba0 (diff)
MacGui: set the minimum deployment target to 10.10. Remove Growl and use macOS standard notifications. Remove deprecated API usage and code that doesn't compile anymore (QTKit).
Diffstat (limited to 'macosx/HBHUDView.h')
-rw-r--r--macosx/HBHUDView.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/macosx/HBHUDView.h b/macosx/HBHUDView.h
index 0ea5f3112..b453ae374 100644
--- a/macosx/HBHUDView.h
+++ b/macosx/HBHUDView.h
@@ -9,5 +9,5 @@
/**
* The HBHUDView class implements simple views that can draw the background in the HUD style.
*/
-@interface HBHUDView : NSView
+@interface HBHUDView : NSVisualEffectView
@end