mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-05-30 13:20:38 +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,12 +25,12 @@
|
|||
*/
|
||||
|
||||
#include "config.h"
|
||||
#include "AppKit/NSHelpPanel.h"
|
||||
#include "AppKit/NSHelpManager.h"
|
||||
#include "AppKit/NSScrollView.h"
|
||||
#include "AppKit/NSTextView.h"
|
||||
#include "AppKit/NSTextContainer.h"
|
||||
#include "GSGuiPrivate.h"
|
||||
#import "AppKit/NSHelpPanel.h"
|
||||
#import "AppKit/NSHelpManager.h"
|
||||
#import "AppKit/NSScrollView.h"
|
||||
#import "AppKit/NSTextView.h"
|
||||
#import "AppKit/NSTextContainer.h"
|
||||
#import "GSGuiPrivate.h"
|
||||
|
||||
|
||||
@implementation NSApplication (NSHelpPanel)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue