From 20b58b6c03f6fa56d0cc1da90c13658664c153f1 Mon Sep 17 00:00:00 2001 From: Laurent Montel Date: Wed, 22 Nov 2006 08:22:45 +0000 Subject: Some port Remove not necessary file svn path=/trunk/playground/utils/dolphin/; revision=606884 --- src/protocolcombo.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/protocolcombo.cpp') diff --git a/src/protocolcombo.cpp b/src/protocolcombo.cpp index b91b102cd..1bfd5469e 100644 --- a/src/protocolcombo.cpp +++ b/src/protocolcombo.cpp @@ -36,7 +36,7 @@ ProtocolCombo::ProtocolCombo(const QString& protocol, URLNavigator* parent) Q3PopupMenu* menu = new Q3PopupMenu(this); while (it != itEnd) { - //kdDebug() << "info for " << *it << " " + //kDebug() << "info for " << *it << " " // << KProtocolInfo::protocolClass(*it) << endl; //TODO: wow this is ugly. or .. is it? ;) we need a way to determine // if a protocol is appropriate for use in a file manager. hum! @@ -44,7 +44,7 @@ ProtocolCombo::ProtocolCombo(const QString& protocol, URLNavigator* parent) if (KProtocolInfo::protocolClass(*it) == ":" || !KProtocolInfo::supportsWriting(*it)) { - //kdDebug() << "!!! removing " << *it << endl; + //kDebug() << "!!! removing " << *it << endl; QStringList::iterator tempIt = it; ++tempIt; m_protocols.remove(it); @@ -100,7 +100,7 @@ void ProtocolCombo::setProtocol(int index) } QString protocol = m_protocols[index]; -kdDebug() << "setProtocol " << index << " " << protocol << endl; +kDebug() << "setProtocol " << index << " " << protocol << endl; setText(protocol); emit activated(protocol); /* */ -- cgit v1.3