]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/views/dolphinremoteencoding.cpp
Open new tab placement option
[dolphin.git] / src / views / dolphinremoteencoding.cpp
index 4f006df5991a9c0854124027ba86bde588e69d07..fee3db1c190da13bee2c6d4b7b8e925ab34e812e 100644 (file)
@@ -175,7 +175,7 @@ void DolphinRemoteEncoding::slotDefault()
     // settings here since it affects what will be matched.
     KConfig config(("kio_" + m_currentURL.scheme() + "rc").toLatin1());
 
-    QStringList partList = m_currentURL.host().split('.', QString::SkipEmptyParts);
+    QStringList partList = m_currentURL.host().split('.', Qt::SkipEmptyParts);
     if (!partList.isEmpty()) {
         partList.erase(partList.begin());