diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-07 19:10:38 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-12-07 19:10:38 -0600 |
commit | 99cc03399059853dd8699cae5752e8122cb715f1 (patch) | |
tree | 825da375ac05fc555e25b2e350504e211d85d2fb /kparts | |
parent | d5b3ae721dc072e0c70055313de9b5228b6688a8 (diff) | |
download | tdelibs-99cc03399059853dd8699cae5752e8122cb715f1.tar.gz tdelibs-99cc03399059853dd8699cae5752e8122cb715f1.zip |
Rename KDEHOME and KDEDIR
Diffstat (limited to 'kparts')
-rw-r--r-- | kparts/browserview.desktop | 2 | ||||
-rw-r--r-- | kparts/plugin.h | 2 | ||||
-rw-r--r-- | kparts/tests/README | 4 |
3 files changed, 4 insertions, 4 deletions
diff --git a/kparts/browserview.desktop b/kparts/browserview.desktop index 91728672e..1ace1a98a 100644 --- a/kparts/browserview.desktop +++ b/kparts/browserview.desktop @@ -152,6 +152,6 @@ Type=QString # If the part has a plugin for KHTML Javascript's window.navigator.plugins # array, it should create a plugin info file and set this propery to the # file path here. The path should be relative to KDE's data dir -# ($KDEDIR/share/apps) +# ($TDEDIR/share/apps) [PropertyDef::X-KDE-BrowserView-PluginsInfo] Type=QString diff --git a/kparts/plugin.h b/kparts/plugin.h index 829687c6e..c332df14b 100644 --- a/kparts/plugin.h +++ b/kparts/plugin.h @@ -40,7 +40,7 @@ namespace KParts * * If you want this plugin to be used by a part, you need to * install the rc file under the directory - * "data" (KDEDIR/share/apps usually)+"/instancename/kpartplugins/" + * "data" (TDEDIR/share/apps usually)+"/instancename/kpartplugins/" * where instancename is the name of the part's instance. * * You should also install a "plugin info" .desktop file with the same name. diff --git a/kparts/tests/README b/kparts/tests/README index 38e43eaee..a0bee7ca6 100644 --- a/kparts/tests/README +++ b/kparts/tests/README @@ -1,5 +1,5 @@ In order to test embedding the notepad part in konqueror, you need to "make install", to install the libs, and to copy notepad.desktop -into $KDEDIR/share/services/, and remove kwrite.desktop from -$KDEDIR/share/applnk/... (at least the ServiceTypes line of it) +into $TDEDIR/share/services/, and remove kwrite.desktop from +$TDEDIR/share/applnk/... (at least the ServiceTypes line of it) |