From 53fc9662038028de334eaf40dc2b32b8d295bd93 Mon Sep 17 00:00:00 2001 From: Laurent Montel Date: Fri, 3 Aug 2007 06:40:12 +0000 Subject: [PATCH] Adapt to new KWarning/kFatal/kDebug api svn path=/trunk/KDE/kdebase/apps/konsole/; revision=695870 --- src/BlockArray.cpp | 2 +- src/History.cpp | 2 +- src/Screen.cpp | 6 +++--- src/Session.cpp | 8 ++++---- src/TerminalDisplay.cpp | 2 +- src/ViewContainer.cpp | 4 ++-- src/Vt102Emulation.cpp | 16 ++++++++-------- 7 files changed, 20 insertions(+), 20 deletions(-) diff --git a/src/BlockArray.cpp b/src/BlockArray.cpp index 82b69326a..9873826b8 100644 --- a/src/BlockArray.cpp +++ b/src/BlockArray.cpp @@ -154,7 +154,7 @@ bool BlockArray::setSize(size_t newsize) bool BlockArray::setHistorySize(size_t newsize) { -// kDebug(1211) << "setHistorySize " << size << " " << newsize << endl; +// kDebug(1211) << "setHistorySize " << size << " " << newsize; if (size == newsize) return false; diff --git a/src/History.cpp b/src/History.cpp index 2050f34eb..70649833e 100644 --- a/src/History.cpp +++ b/src/History.cpp @@ -115,7 +115,7 @@ void HistoryFile::map() { readWriteBalance = 0; fileMap = 0; - kDebug() << __FUNCTION__ << ": mmap'ing history failed. errno = " << errno << endl; + kDebug() << __FUNCTION__ << ": mmap'ing history failed. errno = " << errno; } } diff --git a/src/Screen.cpp b/src/Screen.cpp index 8a4d336e4..604926c19 100644 --- a/src/Screen.cpp +++ b/src/Screen.cpp @@ -189,7 +189,7 @@ void Screen::setMargins(int top, int bot) top = top - 1; // Adjust to internal lineno bot = bot - 1; // Adjust to internal lineno if ( !( 0 <= top && top < bot && bot < lines ) ) - { kDebug()<<" setRegion("< items = widgetsForItem(item); QListIterator itemIter(items); @@ -374,7 +374,7 @@ void TabbedViewContainer::updateIcon(ViewProperties* item) } void TabbedViewContainer::updateTitle(ViewProperties* item) { - kDebug() << __FUNCTION__ << ": title changed." << endl; + kDebug() << __FUNCTION__ << ": title changed."; QList items = widgetsForItem(item); QListIterator itemIter(items); diff --git a/src/Vt102Emulation.cpp b/src/Vt102Emulation.cpp index 8bf4fddbd..06dea2ad7 100644 --- a/src/Vt102Emulation.cpp +++ b/src/Vt102Emulation.cpp @@ -106,21 +106,21 @@ void Vt102Emulation::clearEntireScreen() void Vt102Emulation::reset() { - //kDebug(1211)<<"Vt102Emulation::reset() resetToken()"<reset(); - //kDebug(1211)<<"Vt102Emulation::reset() resetCharSet()"<reset(); - //kDebug(1211)<<"Vt102Emulation::reset() setCodec()"<