diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-16 13:48:59 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-16 13:48:59 -0600 |
commit | 371e91c48d010efedcc490858f04b8d75e91a82d (patch) | |
tree | 722c82764ee74ef74a48e3ceea5740b3a008b15b /nsplugins/plugin_paths.cpp | |
parent | 9fad243fd6c7e0d838d518cf283a0ec1ccbda1a6 (diff) | |
download | tdebase-371e91c48d010efedcc490858f04b8d75e91a82d.tar.gz tdebase-371e91c48d010efedcc490858f04b8d75e91a82d.zip |
Additional renaming of kde to tde
Diffstat (limited to 'nsplugins/plugin_paths.cpp')
-rw-r--r-- | nsplugins/plugin_paths.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nsplugins/plugin_paths.cpp b/nsplugins/plugin_paths.cpp index 8406ecebc..448a08f1f 100644 --- a/nsplugins/plugin_paths.cpp +++ b/nsplugins/plugin_paths.cpp @@ -38,7 +38,7 @@ TQStringList getSearchPaths() // setup default paths if ( !config->hasKey("scanPaths") ) { TQStringList paths; - // keep sync with kdebase/kcontrol/konqhtml + // keep sync with tdebase/kcontrol/konqhtml paths.append("$HOME/.mozilla/plugins"); paths.append("$HOME/.netscape/plugins"); paths.append("/usr/lib/iceweasel/plugins"); |