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:
Riccardo Mottola 2016-03-22 22:36:05 +00:00
parent d8e498111e
commit b531ee6acb
2 changed files with 3 additions and 3 deletions

View file

@ -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

View file

@ -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]