Project fixes so that stuff builds, updates to the Background view, tweaks all over.
[ITKit.git] / ITKit.h
diff --git a/ITKit.h b/ITKit.h
index ca9c5dc..75cbf13 100755 (executable)
--- a/ITKit.h
+++ b/ITKit.h
 
 #import <Cocoa/Cocoa.h>
 
+#import <ITKit/ITHotKey.h>
+#import <ITKit/ITHotKeyCenter.h>
+#import <ITKit/ITKeyBroadcaster.h>
+#import <ITKit/ITKeyCombo.h>
+#import <ITKit/ITKeyComboPanel.h>
+#import <ITKit/ITButton.h>
+#import <ITKit/ITButtonCell.h>
 #import <ITKit/ITStatusItem.h>
 #import <ITKit/ITTableView.h>
 #import <ITKit/ITTabView.h>
@@ -21,3 +28,4 @@
 #import <ITKit/ITTransientStatusWindow.h>
 
 #import <ITKit/ITCategory-NSView.h>
+#import <ITKit/ITCategory-NSMenu.h>