mirror of
https://github.com/gnustep/apps-projectcenter.git
synced 2025-02-11 08:21:00 +00:00
rename ptyview to pipedelegate
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/apps/projectcenter/branches/ptyview_with_pipes@39585 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
d8e498111e
commit
b531ee6acb
2 changed files with 3 additions and 3 deletions
|
@ -39,7 +39,7 @@ ProjectCenter_HEADERS= \
|
|||
PCDebugger.h \
|
||||
PCDebugggerView.h \
|
||||
PCDebuggerViewDelegateProtocol.h \
|
||||
PipeView.h
|
||||
PipeDelegate.h
|
||||
|
||||
#
|
||||
# Class files
|
||||
|
@ -47,7 +47,7 @@ ProjectCenter_HEADERS= \
|
|||
ProjectCenter_OBJC_FILES= \
|
||||
PCDebugger.m \
|
||||
PCDebuggerView.m \
|
||||
PipeView.m
|
||||
PipeDelegate.m
|
||||
|
||||
|
||||
#ADDITIONAL_NATIVE_LIBS += util
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
|
||||
#import "Modules/Preferences/EditorFSC/PCEditorFSCPrefs.h"
|
||||
#import "PCDebuggerViewDelegateProtocol.h"
|
||||
#import "PipeView.h"
|
||||
#import "PipeDelegate.h"
|
||||
|
||||
#ifndef NOTIFICATION_CENTER
|
||||
#define NOTIFICATION_CENTER [NSNotificationCenter defaultCenter]
|
||||
|
|
Loading…
Reference in a new issue