EBN fixes. Mostly copyright and implementations including their own headers first.

svn path=/trunk/KDE/kdebase/apps/konsole/; revision=662726
This commit is contained in:
Robert Knight
2007-05-09 00:01:01 +00:00
parent c7debcd41a
commit 33c913383d
54 changed files with 280 additions and 112 deletions

View File

@@ -17,6 +17,9 @@
02110-1301 USA.
*/
// Own
#include "ProcessInfo.h"
// Qt
#include <QDebug>
#include <QFile>
@@ -25,9 +28,6 @@
#include <QTextStream>
#include <QStringList>
// Konsole
#include "ProcessInfo.h"
using namespace Konsole;
ProcessInfo::ProcessInfo(int pid , bool enableEnvironmentRead)