summaryrefslogtreecommitdiffstats
path: root/libkonq
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-07 19:07:19 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-07 19:07:19 -0600
commit6723d581f9777be5206619112a30122439c0ee95 (patch)
treed835c452bc1081f1d58a7c209654e345ebf0fbe8 /libkonq
parentdeba8145ea74eac9c43b8aef4642357d72f7d0c0 (diff)
downloadtdebase-6723d581f9777be5206619112a30122439c0ee95.tar.gz
tdebase-6723d581f9777be5206619112a30122439c0ee95.zip
Rename KDEHOME and KDEDIR
Diffstat (limited to 'libkonq')
-rw-r--r--libkonq/favicons/favicons.upd2
-rw-r--r--libkonq/knewmenu.cc2
2 files changed, 2 insertions, 2 deletions
diff --git a/libkonq/favicons/favicons.upd b/libkonq/favicons/favicons.upd
index 5c952b22a..853a87d8f 100644
--- a/libkonq/favicons/favicons.upd
+++ b/libkonq/favicons/favicons.upd
@@ -1,3 +1,3 @@
-# Move favicons from $KDEHOME/share/icons and $KDEHOME/share/cache to $KDEHOME/cache-$HOST
+# Move favicons from $TDEHOME/share/icons and $TDEHOME/share/cache to $TDEHOME/cache-$HOST
Id=trinity_2
Script=move_favicons.sh,sh
diff --git a/libkonq/knewmenu.cc b/libkonq/knewmenu.cc
index 6b318c988..35f528318 100644
--- a/libkonq/knewmenu.cc
+++ b/libkonq/knewmenu.cc
@@ -308,7 +308,7 @@ void KNewMenu::slotFillTemplates()
this, TQT_SLOT ( slotFillTemplates() ) );
connect ( s_pDirWatch, TQT_SIGNAL( deleted( const TQString & ) ),
this, TQT_SLOT ( slotFillTemplates() ) );
- // Ok, this doesn't cope with new dirs in KDEDIRS, but that's another story
+ // Ok, this doesn't cope with new dirs in TDEDIRS, but that's another story
}
s_templatesVersion++;
s_filesParsed = false;