Remove trailing white spaces

This commit is contained in:
Jekyll Wu
2011-11-05 17:26:45 +08:00
parent cf92cece2b
commit 8f1bbd4353
42 changed files with 810 additions and 805 deletions

View File

@@ -1,7 +1,7 @@
/* This file was part of the KDE libraries
Copyright 2002 Carsten Pfeiffer <pfeiffer@kde.org>
Copyright 2007-2008 Robert Knight <robertknight@gmail.com>
Copyright 2007-2008 Robert Knight <robertknight@gmail.com>
library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public
@@ -38,9 +38,9 @@
using namespace Konsole;
BookmarkHandler::BookmarkHandler( KActionCollection* collection,
KMenu* menu,
bool toplevel ,
BookmarkHandler::BookmarkHandler( KActionCollection* collection,
KMenu* menu,
bool toplevel,
QObject* parent )
: QObject( parent ),
KBookmarkOwner(),
@@ -146,7 +146,7 @@ QList<QPair<QString,QString> > BookmarkHandler::currentBookmarkList() const
return list;
}
void BookmarkHandler::setViews(const QList<ViewProperties*>& views)
void BookmarkHandler::setViews(const QList<ViewProperties*>& views)
{
_views = views;
}