From 918c3ff07736f0c343cb190d3f0df99e4cb8dab8 Mon Sep 17 00:00:00 2001
From: Timothy Pearson <kb9vqf@pearsoncomputing.net>
Date: Wed, 7 Dec 2011 18:52:41 -0600
Subject: Rename KDEHOME and KDEDIR

---
 INSTALL | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

(limited to 'INSTALL')

diff --git a/INSTALL b/INSTALL
index f2c0dc22..c1f46a5a 100644
--- a/INSTALL
+++ b/INSTALL
@@ -53,7 +53,7 @@ General notes for the installation of the 3.4.0 release of KVIrc
 
     eventually:
 
-    # export KDEDIR="your kde library path"
+    # export TDEDIR="your kde library path"
 
     We're using GNU tools here.
 
@@ -271,13 +271,13 @@ General notes for the installation of the 3.4.0 release of KVIrc
         # export QTDIR="/usr/local/kde/qt"
 
         If you want to compile the KDE support you might want to do the same
-        with KDEDIR
+        with TDEDIR
 
-        # export KDEDIR="your kde dir"
+        # export TDEDIR="your kde dir"
 
         In my case KDE is installed in /usr/local/kde so I use
 
-        # export KDEDIR="/usr/local/kde"
+        # export TDEDIR="/usr/local/kde"
    
         The configure script has a lot of options that can be listed by using
 
@@ -339,15 +339,15 @@ General notes for the installation of the 3.4.0 release of KVIrc
         
         --with-kde-library-dir=<DIR>
             Look for the KDE libraries in <DIR>
-            If $KDEDIR points to the right place, you shouldn't need this.
+            If $TDEDIR points to the right place, you shouldn't need this.
         
         --with-kde-include-dir=<DIR>
             Look for the KDE headers in <DIR>
-            If $KDEDIR points to the right place, you shouldn't need this.
+            If $TDEDIR points to the right place, you shouldn't need this.
 
         --with-kde-services-dir=<DIR>
             Install the kde service protocol files in <DIR>
-            If $KDEDIR points to the right place, you shouldn't need this.
+            If $TDEDIR points to the right place, you shouldn't need this.
             This is also non-critical for kvirc: if the configure script
             can't find this directory, you will only looose the support for
             irc:// urls in konqueror
@@ -666,7 +666,7 @@ General notes for the installation of the 3.4.0 release of KVIrc
         # ldconfig
 
         If you have decided to use the KDE support the installation
-        might have placed all these files in your $KDEDIR tree
+        might have placed all these files in your $TDEDIR tree
         instead of /usr/local. In this case you should be OK since
         KDE requires its library dir to be in /etc/ld.so.conf
 
-- 
cgit v1.2.1