summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--kfile-plugins/xpm/kfile_xpm.h2
-rw-r--r--kmrml/kmrml.spec4
-rw-r--r--kolourpaint/kpmainwindow_file.cpp4
-rw-r--r--kooka/CHANGES2
-rw-r--r--kooka/kocrbase.h2
-rw-r--r--kuickshow/kuickshow.spec4
-rw-r--r--kview/modules/README2
-rw-r--r--libkscan/kscandevice.h2
8 files changed, 11 insertions, 11 deletions
diff --git a/kfile-plugins/xpm/kfile_xpm.h b/kfile-plugins/xpm/kfile_xpm.h
index d43e80bf..f08e25d8 100644
--- a/kfile-plugins/xpm/kfile_xpm.h
+++ b/kfile-plugins/xpm/kfile_xpm.h
@@ -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>
diff --git a/kmrml/kmrml.spec b/kmrml/kmrml.spec
index 7c683f08..629169b5 100644
--- a/kmrml/kmrml.spec
+++ b/kmrml/kmrml.spec
@@ -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
diff --git a/kolourpaint/kpmainwindow_file.cpp b/kolourpaint/kpmainwindow_file.cpp
index 93743bc2..4178bd0a 100644
--- a/kolourpaint/kpmainwindow_file.cpp
+++ b/kolourpaint/kpmainwindow_file.cpp
@@ -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
diff --git a/kooka/CHANGES b/kooka/CHANGES
index 8e0fa9a1..df5e72c6 100644
--- a/kooka/CHANGES
+++ b/kooka/CHANGES
@@ -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.
/* ================================================================================ */
diff --git a/kooka/kocrbase.h b/kooka/kocrbase.h
index 3597908f..8e10bd0d 100644
--- a/kooka/kocrbase.h
+++ b/kooka/kocrbase.h
@@ -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(); }
diff --git a/kuickshow/kuickshow.spec b/kuickshow/kuickshow.spec
index 2227ecf5..184884fa 100644
--- a/kuickshow/kuickshow.spec
+++ b/kuickshow/kuickshow.spec
@@ -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
diff --git a/kview/modules/README b/kview/modules/README
index d4ad6e33..bd5e481e 100644
--- a/kview/modules/README
+++ b/kview/modules/README
@@ -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
diff --git a/libkscan/kscandevice.h b/libkscan/kscandevice.h
index 7cf8471b..894fa388 100644
--- a/libkscan/kscandevice.h
+++ b/libkscan/kscandevice.h
@@ -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.
*/