summaryrefslogtreecommitdiffstats
path: root/konqueror/sidebar/trees/konq_sidebartree.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2018-05-23 15:17:06 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2018-05-23 15:17:06 +0900
commit7fa9742d0125223fc3f0b217e2404fe45d5af058 (patch)
treeb99f52453c160410ee15bf6589563899f228f801 /konqueror/sidebar/trees/konq_sidebartree.cpp
parent5624ec1b1dd46deaef6c3a9a9604ac6220937dce (diff)
downloadtdebase-7fa9742d0125223fc3f0b217e2404fe45d5af058.tar.gz
tdebase-7fa9742d0125223fc3f0b217e2404fe45d5af058.zip
Update Konqueror sidebar links. This relates to bug 2903.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'konqueror/sidebar/trees/konq_sidebartree.cpp')
-rw-r--r--konqueror/sidebar/trees/konq_sidebartree.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/konqueror/sidebar/trees/konq_sidebartree.cpp b/konqueror/sidebar/trees/konq_sidebartree.cpp
index 0ce4c2049..9b9dc26fb 100644
--- a/konqueror/sidebar/trees/konq_sidebartree.cpp
+++ b/konqueror/sidebar/trees/konq_sidebartree.cpp
@@ -609,7 +609,8 @@ void KonqSidebarTree::scanDir( KonqSidebarTreeItem *parent, const TQString &path
// Version 4 includes lan.desktop and floppy.desktop, Alex
// Version 5 includes the audiocd browser
// Version 6 includes the printmanager and lan browser
- const int currentVersion = 6;
+ // Version 7 includes TDE specific changes to network places
+ const int currentVersion = 7;
TQString key = TQString::fromLatin1("X-TDE-DirTreeVersionNumber");
KSimpleConfig versionCfg( path + "/.directory" );
int versionNumber = versionCfg.readNumEntry( key, 1 );