mirror of
https://github.com/KDE/konsole.git
synced 2026-05-19 03:57:43 -04:00
Adapt to new KWarning/kFatal/kDebug api
svn path=/trunk/KDE/kdebase/apps/konsole/; revision=695870
This commit is contained in:
@@ -361,7 +361,7 @@ void TabbedViewContainer::removeViewWidget( QWidget* view )
|
||||
|
||||
void TabbedViewContainer::updateIcon(ViewProperties* item)
|
||||
{
|
||||
kDebug() << __FUNCTION__ << ": icon changed." << endl;
|
||||
kDebug() << __FUNCTION__ << ": icon changed.";
|
||||
|
||||
QList<QWidget*> items = widgetsForItem(item);
|
||||
QListIterator<QWidget*> 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<QWidget*> items = widgetsForItem(item);
|
||||
QListIterator<QWidget*> itemIter(items);
|
||||
|
||||
Reference in New Issue
Block a user