mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-31 12:00:48 +00:00
Replace #include -> #import
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@32451 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
895bea4b23
commit
3cdc68a09b
99 changed files with 849 additions and 769 deletions
|
@ -25,15 +25,15 @@
|
|||
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
#include <Foundation/NSObject.h>
|
||||
#include <Foundation/NSString.h>
|
||||
#include <Foundation/NSDictionary.h>
|
||||
#include <Foundation/NSArray.h>
|
||||
#include <Foundation/NSThread.h>
|
||||
#include <Foundation/NSError.h>
|
||||
#include <Foundation/NSConnection.h>
|
||||
#include "AppKit/NSWorkspace.h"
|
||||
#include "AppKit/NSSpeechSynthesizer.h"
|
||||
#import <Foundation/NSObject.h>
|
||||
#import <Foundation/NSString.h>
|
||||
#import <Foundation/NSDictionary.h>
|
||||
#import <Foundation/NSArray.h>
|
||||
#import <Foundation/NSThread.h>
|
||||
#import <Foundation/NSError.h>
|
||||
#import <Foundation/NSConnection.h>
|
||||
#import "AppKit/NSWorkspace.h"
|
||||
#import "AppKit/NSSpeechSynthesizer.h"
|
||||
|
||||
// Keys for properties...
|
||||
NSString *NSVoiceIdentifier = @"NSVoiceIdentifier";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue