changed header include to import

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/gui/trunk@30415 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Riccardo Mottola 2010-05-18 22:24:07 +00:00
parent 664d8a24c1
commit 0a65923993
3 changed files with 12 additions and 6 deletions

View file

@ -1,3 +1,9 @@
2010-05-19 Riccardo Mottola <rmottola@users.sf.net>
* Source/GSVbox.m,
* Source/GSHbox.m:
Changed heder include to import
2010-05-17 Fred Kiefer <FredKiefer@gmx.de>
* Source/NSToolbarItem.m (-setView:): Only set the min/max size of

View file

@ -2,7 +2,7 @@
<abstract>The GSHbox class (a GNU extension)</abstract>
Copyright (C) 1999 Free Software Foundation, Inc.
Copyright (C) 1999-2010 Free Software Foundation, Inc.
Author: Nicola Pero <n.pero@mi.flashnet.it>
Date: 1999
@ -26,9 +26,9 @@
Boston, MA 02110-1301, USA.
*/
#include "GNUstepGUI/GSHbox.h"
#import "GNUstepGUI/GSHbox.h"
// For the separator
#include "AppKit/NSBox.h"
#import "AppKit/NSBox.h"
@implementation GSHbox: GSTable
//

View file

@ -2,7 +2,7 @@
<abstract>The GSVbox class (a GNU extension)</abstract>
Copyright (C) 1999 Free Software Foundation, Inc.
Copyright (C) 1999-2010 Free Software Foundation, Inc.
Author: Nicola Pero <n.pero@mi.flashnet.it>
Date: 1999
@ -28,8 +28,8 @@
// See GSHbox.m for comments
// This file is derived from GSVbox.m
#include "GNUstepGUI/GSVbox.h"
#include "AppKit/NSBox.h"
#import "GNUstepGUI/GSVbox.h"
#import "AppKit/NSBox.h"
@implementation GSVbox: GSTable
//