From 99cc03399059853dd8699cae5752e8122cb715f1 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Wed, 7 Dec 2011 19:10:38 -0600 Subject: Rename KDEHOME and KDEDIR --- kparts/browserview.desktop | 2 +- kparts/plugin.h | 2 +- kparts/tests/README | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) (limited to 'kparts') 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) -- cgit v1.2.1