Rename KDEHOME and KDEDIR

pull/1/head
Timothy Pearson 12 years ago
parent e3138d4a7e
commit e5997191c8

@ -25,7 +25,7 @@
#define KFILE_XPM_H
/**
* Note: For further information look into <$KDEDIR/include/kfilemetainfo.h>
* Note: For further information look into <$TDEDIR/include/kfilemetainfo.h>
*/
#include <kfilemetainfo.h>

@ -30,7 +30,7 @@ With those, you can search for images by giving an example
image and let the server look up similar images. The query
result can be refined by giving positive/negative feedback.
Install with '--prefix $KDEDIR' unless you have KDE in /opt/trinity
Install with '--prefix $TDEDIR' unless you have KDE in /opt/trinity
%prep
rm -rf $RPM_BUILD_ROOT
@ -38,7 +38,7 @@ rm -rf $RPM_BUILD_ROOT
%setup -n kmrml-%{version}
%build
export KDEDIR=%{prefix}
export TDEDIR=%{prefix}
CXXFLAGS="$RPM_OPT_FLAGS -fno-exceptions -malign-functions=2 -malign-jumps=2 -malign-loops=2 -pipe" LDFLAGS=-s ./configure --prefix=%{prefix} --enable-final --disable-debug
mkdir -p $RPM_BUILD_ROOT
make

@ -425,8 +425,8 @@ void kpMainWindow::slotScan ()
m_scanDialog = KScanDialog::getScanDialog (this, "scandialog", true/*modal*/);
// No scanning support (tdegraphics/libkscan) installed?
// [Remove $KDEDIR/share/servicetypes/kscan.desktop and
// $KDEDIR/share/services/scanservice.desktop to simulate this]
// [Remove $TDEDIR/share/servicetypes/kscan.desktop and
// $TDEDIR/share/services/scanservice.desktop to simulate this]
if (!m_scanDialog)
{
#if DEBUG_KP_MAIN_WINDOW

@ -86,7 +86,7 @@ Widget in tdelibs/kfile. Hopefully soon full KURL support and more than one imag
repository.
Nov 2001:
Moved preview image to a hidden directory under $KDEHOME/share/apps/ScanImages/.previews
Moved preview image to a hidden directory under $TDEHOME/share/apps/ScanImages/.previews
That makes the preview images invisible in the Packager.
/* ================================================================================ */

@ -69,7 +69,7 @@ public:
/**
* @return the filename (without path) of the logo of the ocr engine.
* the logo needs to be installed in $KDEDIR/share/apps/kooka/pics
* the logo needs to be installed in $TDEDIR/share/apps/kooka/pics
*/
virtual TQString ocrEngineLogo() const { return TQString(); }

@ -31,7 +31,7 @@ It is fully configurable through dialogs.
Besides that, it offers a nice filebrowser with basic filemanager capabilities
like renaming, deleting, creating directories, ...
Install with '--prefix $KDEDIR' unless you have the kde-config program.
Install with '--prefix $TDEDIR' unless you have the kde-config program.
%prep
rm -rf $RPM_BUILD_ROOT
@ -45,7 +45,7 @@ if test -z "$PREFIX"; then
PREFIX=`kde-config --prefix`
fi
export KDEDIR="$PREFIX"
export TDEDIR="$PREFIX"
CXXFLAGS="$RPM_OPT_FLAGS -fno-exceptions -pipe" LDFLAGS=-s ./configure --prefix="$PREFIX" --enable-final --disable-debug
mkdir -p $RPM_BUILD_ROOT
make

@ -9,7 +9,7 @@ Writing the Plugin
==================
You have to derive your plugin from KParts::Plugin and install the rc file under
the directory "data" (KDEDIR/share/apps/ usually)+"instancename/kpartplugins/"
the directory "data" (TDEDIR/share/apps/ usually)+"instancename/kpartplugins/"
(where instancename can be either kview or kviewviewer). If you install it under
kviewviewer the plugin will be loaded for the KPart (meaning it get's loaded in
e.g. Konqueror). If you install it under kview it only get's loaded when

@ -331,7 +331,7 @@ public slots:
/**
* stores the info bit in a config file for the currently connected
* scanner. For this, the config file $KDEHOME/.kde/share/config/scannerrc
* scanner. For this, the config file $TDEHOME/.kde/share/config/scannerrc
* is opened, a group is created that identifies the scanner and the
* device where it is connected. The information is stored into that group.
*/

Loading…
Cancel
Save