diff options
| author | Kevin Ottens <[email protected]> | 2006-11-22 11:34:19 +0000 |
|---|---|---|
| committer | Kevin Ottens <[email protected]> | 2006-11-22 11:34:19 +0000 |
| commit | 9a5f54d83ddc84aa68348058acfcb385ef621577 (patch) | |
| tree | c0c76349d109b038801017d9a813a95969770a5a /src/protocolcombo.cpp | |
| parent | 2aac5c21bd3ced4f05f50ede6b0149d5dc207708 (diff) | |
compile++
But crashes while listing folder...
svn path=/trunk/playground/utils/dolphin/; revision=606919
Diffstat (limited to 'src/protocolcombo.cpp')
| -rw-r--r-- | src/protocolcombo.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/protocolcombo.cpp b/src/protocolcombo.cpp index 1bfd5469e..f5f398ebc 100644 --- a/src/protocolcombo.cpp +++ b/src/protocolcombo.cpp @@ -21,6 +21,7 @@ #include <kdebug.h> #include <kprotocolinfo.h> +#include <kprotocolmanager.h> #include "protocolcombo.h" @@ -42,7 +43,7 @@ ProtocolCombo::ProtocolCombo(const QString& protocol, URLNavigator* parent) // if a protocol is appropriate for use in a file manager. hum! //if (KProtocolInfo::capabilities(*it).findIndex("filemanager") == -1) if (KProtocolInfo::protocolClass(*it) == ":" || - !KProtocolInfo::supportsWriting(*it)) + !KProtocolManager::supportsWriting(*it)) { //kDebug() << "!!! removing " << *it << endl; QStringList::iterator tempIt = it; |
