# HG changeset patch # User Jacob Dawid # Date 1314044126 -7200 # Node ID c6574e6cc8a607d33fa1ebb965a23671682add98 # Parent 367919252ed601181b82e7dd837812974a4461b3 Removed kprocess_p. diff -r 367919252ed6 -r c6574e6cc8a6 gui/octave-gui.pro --- a/gui/octave-gui.pro Mon Aug 22 22:15:00 2011 +0200 +++ b/gui/octave-gui.pro Mon Aug 22 22:15:26 2011 +0200 @@ -89,7 +89,6 @@ src/terminal/kpty_export.h \ src/terminal/kptyprocess.h \ src/terminal/kprocess.h \ - src/terminal/kprocess_p.h \ src/terminal/kptydevice.h \ src/MainWindow.h \ src/OctaveTerminal.h \ diff -r 367919252ed6 -r c6574e6cc8a6 gui/src/terminal/kprocess_p.h --- a/gui/src/terminal/kprocess_p.h Mon Aug 22 22:15:00 2011 +0200 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,27 +0,0 @@ -/* - This file is part of the KDE libraries - - Copyright (C) 2007 Oswald Buddenhagen - - This library is free software; you can redistribute it and/or - modify it under the terms of the GNU Library General Public - License as published by the Free Software Foundation; either - version 2 of the License, or (at your option) any later version. - - This library is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - Library General Public License for more details. - - You should have received a copy of the GNU Library General Public License - along with this library; see the file COPYING.LIB. If not, write to - the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, - Boston, MA 02110-1301, USA. -*/ - -#ifndef KPROCESS_P_H -#define KPROCESS_P_H - - - -#endif