mirror of
https://github.com/gnustep/libs-gui.git
synced 2025-04-22 13:10:59 +00:00
* Source/GSNibLoading.m
* Source/NSButtonCell.m * Source/NSNibAXAttributeConnector.m * Source/NSNibAXRelationshipConnector.m * Source/NSNibBindingConnector.m * Source/NSNib.m * Source/NSProgressIndicator.m: Change to use new headers. git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@27189 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
252c5e6ccd
commit
7e2e7607b5
8 changed files with 17 additions and 7 deletions
10
ChangeLog
10
ChangeLog
|
@ -1,3 +1,13 @@
|
|||
2008-12-02 02:31-EST Gregory John Casamento <greg_casamento@yahoo.com>
|
||||
|
||||
* Source/GSNibLoading.m
|
||||
* Source/NSButtonCell.m
|
||||
* Source/NSNibAXAttributeConnector.m
|
||||
* Source/NSNibAXRelationshipConnector.m
|
||||
* Source/NSNibBindingConnector.m
|
||||
* Source/NSNib.m
|
||||
* Source/NSProgressIndicator.m: Change to use new headers.
|
||||
|
||||
2008-12-02 02:07-EST Gregory John Casamento <greg_casamento@yahoo.com>
|
||||
|
||||
* Headers/Additions/GNUstepGUI/GSNibCompatibility.h: Remove
|
||||
|
|
|
@ -60,7 +60,7 @@
|
|||
#define GSI_ARRAY_TYPES GSUNION_OBJ
|
||||
#include <GNUstepBase/GSIArray.h>
|
||||
|
||||
#include <GNUstepGUI/GSNibCompatibility.h>
|
||||
#include <GNUstepGUI/GSNibLoading.h>
|
||||
#include <GNUstepGUI/GSInstantiator.h>
|
||||
|
||||
static BOOL _isInInterfaceBuilder = NO;
|
||||
|
|
|
@ -53,7 +53,7 @@
|
|||
#include "AppKit/NSSound.h"
|
||||
#include "AppKit/NSWindow.h"
|
||||
#include "GNUstepGUI/GSTheme.h"
|
||||
#include "GNUstepGUI/GSNibCompatibility.h"
|
||||
#include "GNUstepGUI/GSNibLoading.h"
|
||||
|
||||
#include <math.h>
|
||||
|
||||
|
|
|
@ -53,7 +53,7 @@
|
|||
#include <Foundation/NSException.h>
|
||||
|
||||
#include "GNUstepGUI/GSModelLoaderFactory.h"
|
||||
#include "GNUstepGUI/GSNibTemplates.h"
|
||||
#include "GNUstepGUI/GSGormLoading.h"
|
||||
#include "GNUstepGUI/IMLoading.h"
|
||||
|
||||
@implementation NSNib
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
#import <GNUstepGUI/GSNibCompatibility.h>
|
||||
#import <GNUstepGUI/GSNibLoading.h>
|
||||
#import <Foundation/NSString.h>
|
||||
|
||||
@implementation NSNibAXAttributeConnector
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
#import <GNUstepGUI/GSNibCompatibility.h>
|
||||
#import <GNUstepGUI/GSNibLoading.h>
|
||||
#import <Foundation/NSString.h>
|
||||
|
||||
@implementation NSNibAXRelationshipConnector
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
Boston, MA 02110-1301, USA.
|
||||
*/
|
||||
|
||||
#import <GNUstepGUI/GSNibCompatibility.h>
|
||||
#import <GNUstepGUI/GSNibLoading.h>
|
||||
#import <Foundation/NSString.h>
|
||||
#import <Foundation/NSDictionary.h>
|
||||
#import <AppKit/NSKeyValueBinding.h>
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
#include "AppKit/NSGraphics.h"
|
||||
#include "AppKit/NSWindow.h"
|
||||
#include "GNUstepGUI/GSTheme.h"
|
||||
#include "GNUstepGUI/GSNibCompatibility.h"
|
||||
#include "GNUstepGUI/GSNibLoading.h"
|
||||
|
||||
@implementation NSProgressIndicator
|
||||
|
||||
|
|
Loading…
Reference in a new issue