summaryrefslogtreecommitdiffstats
path: root/kstars
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-07 19:08:32 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-07 19:08:32 -0600
commit4c7b13d8cd49d49729801a278b5ce768406400cc (patch)
tree596f6241b14691b5324e4b775d16bb6894943264 /kstars
parent5ce07f4f6f046d00fe97a3f544993f1aac169085 (diff)
downloadtdeedu-4c7b13d8cd49d49729801a278b5ce768406400cc.tar.gz
tdeedu-4c7b13d8cd49d49729801a278b5ce768406400cc.zip
Rename KDEHOME and KDEDIR
Diffstat (limited to 'kstars')
-rw-r--r--kstars/INSTALL12
-rw-r--r--kstars/README2
-rw-r--r--kstars/README.ephemerides4
-rw-r--r--kstars/kstars/indidriver.cpp2
-rw-r--r--kstars/kstars/kstarsdata.cpp4
5 files changed, 12 insertions, 12 deletions
diff --git a/kstars/INSTALL b/kstars/INSTALL
index 374d1ee8..baec6bca 100644
--- a/kstars/INSTALL
+++ b/kstars/INSTALL
@@ -2,14 +2,14 @@ Basic Installation
==================
==---> Don't forget to specify the install directory on the configure
- command line: `./configure --prefix=$KDEDIR'. If KDEDIR is not
+ command line: `./configure --prefix=$TDEDIR'. If TDEDIR is not
defined, then substitute the top-level directory of your KDE
installation. You can determine this with, for example
- "which konqueror". The KDEDIR is everything before "bin"
+ "which konqueror". The TDEDIR is everything before "bin"
(i.e., if it's /usr/bin/konqueror, then use
"./configure --prefix=/usr").
- KDEDIR is typically /usr or /opt/kde or /opt/kde2 or /opt/trinity
+ TDEDIR is typically /usr or /opt/kde or /opt/kde2 or /opt/trinity
==---> Dependencies: KStars is a KDE application. To build it from
source code, you will need to have the following packages installed.
@@ -71,12 +71,12 @@ The simplest way to compile this package is:
`configure' itself.
**IMPORTANT NOTE: For some reason, the configure script isn't
- reading the $KDEDIR environemnt variable. As a result, it
+ reading the $TDEDIR environemnt variable. As a result, it
will install files below the root directort (/) because it
sets $prefix="". So, be sure to give the cmd-line
argument to set this directly:
- 'configure --prefix=$KDEDIR'
- or, if KDEDIR is not defined, substitute the top-lavel directory of
+ 'configure --prefix=$TDEDIR'
+ or, if TDEDIR is not defined, substitute the top-lavel directory of
your KDE installation. For example:
'configure --prefix=/usr' (default for Redhat and Mandrake)
diff --git a/kstars/README b/kstars/README
index 0c5993dc..82dc1ab0 100644
--- a/kstars/README
+++ b/kstars/README
@@ -37,7 +37,7 @@ This is the file README.
2. KStars documentation
-----------------------
-The KStars handbook can be found in your $(KDEDIR)/share/doc/HTML/<lang>/kstars/
+The KStars handbook can be found in your $(TDEDIR)/share/doc/HTML/<lang>/kstars/
directory. You can also easily access it from the Help menu, or by pressing
the [F1] key, or by visiting http://edu.kde.org/kstars/handbook/
diff --git a/kstars/README.ephemerides b/kstars/README.ephemerides
index 104deeaf..2ccbe84d 100644
--- a/kstars/README.ephemerides
+++ b/kstars/README.ephemerides
@@ -40,7 +40,7 @@ Step 2: The Comets
Under "ASCII Files", click on the "Comets" link, and save
this file as ~/.kde/share/apps/kstars/comets.dat (or as
-$KDEDIR/share/apps/kstars/comets.dat for a system-wide install).
+$TDEDIR/share/apps/kstars/comets.dat for a system-wide install).
Step 3: The Asteroids
@@ -74,5 +74,5 @@ out the first 2000 lines, like this:
You may want to rename this object before sorting.]]
FInally, copy "asteroids.dat" to ~/.kde/share/apps/kstars/ (for
-single-user install) or $KDEDIR/share/apps/kstars/ (for system
+single-user install) or $TDEDIR/share/apps/kstars/ (for system
install).
diff --git a/kstars/kstars/indidriver.cpp b/kstars/kstars/indidriver.cpp
index 14bbb89c..5814989b 100644
--- a/kstars/kstars/indidriver.cpp
+++ b/kstars/kstars/indidriver.cpp
@@ -570,7 +570,7 @@ bool INDIDriver::readXMLDriver()
if ( !KSUtils::openDataFile( file, indiFile ) )
{
- KMessageBox::error(0, i18n("Unable to find device driver file 'drivers.xml'. Please locate the file and place it in one of the following locations:\n\n \t$(KDEDIR)/share/apps/kstars/%1 \n\t~/.kde/share/apps/kstars/%1"));
+ KMessageBox::error(0, i18n("Unable to find device driver file 'drivers.xml'. Please locate the file and place it in one of the following locations:\n\n \t$(TDEDIR)/share/apps/kstars/%1 \n\t~/.kde/share/apps/kstars/%1"));
return false;
}
diff --git a/kstars/kstars/kstarsdata.cpp b/kstars/kstars/kstarsdata.cpp
index e4f557f4..15f5178c 100644
--- a/kstars/kstars/kstarsdata.cpp
+++ b/kstars/kstars/kstarsdata.cpp
@@ -1775,7 +1775,7 @@ void KStarsData::initError(TQString s, bool required = false) {
"KStars cannot run properly without this file. "
"To continue loading, place the file in one of the "
"following locations, then press Retry:\n\n" ).tqarg( s )
- + TQString( "\t$(KDEDIR)/share/apps/kstars/%1\n" ).tqarg( s )
+ + TQString( "\t$(TDEDIR)/share/apps/kstars/%1\n" ).tqarg( s )
+ TQString( "\t~/.kde/share/apps/kstars/%1\n\n" ).tqarg( s )
+ i18n( "Otherwise, press Cancel to shutdown." );
caption = i18n( "Critical File Not Found: %1" ).tqarg( s );
@@ -1784,7 +1784,7 @@ void KStarsData::initError(TQString s, bool required = false) {
"KStars can still run without this file. "
"However, to avoid seeing this message in the future, you can "
"place the file in one of the following locations, then press Retry:\n\n" ).tqarg( s )
- + TQString( "\t$(KDEDIR)/share/apps/kstars/%1\n" ).tqarg( s )
+ + TQString( "\t$(TDEDIR)/share/apps/kstars/%1\n" ).tqarg( s )
+ TQString( "\t~/.kde/share/apps/kstars/%1\n\n" ).tqarg( s )
+ i18n( "Otherwise, press Cancel to continue loading without this file." ).tqarg( s );
caption = i18n( "Non-Critical File Not Found: %1" ).tqarg( s );