summaryrefslogtreecommitdiffstats
path: root/kstars
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-21 01:43:11 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-21 01:43:11 +0000
commit7ab4c863e85225f8aa38cb96408cdf36256eb85a (patch)
tree058742c5770949e2329b77b2f1c2f2b0cfe8f15f /kstars
parenteb570158698cf61dad4f77d950ef908160f6c3cc (diff)
downloadtdeedu-7ab4c863e85225f8aa38cb96408cdf36256eb85a.tar.gz
tdeedu-7ab4c863e85225f8aa38cb96408cdf36256eb85a.zip
Convert remaining references to kde3 (e.g. in paths) to trinity
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeedu@1248408 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'kstars')
-rw-r--r--kstars/INSTALL2
-rw-r--r--kstars/kstars/indi/apogee_ppi.cpp4
2 files changed, 3 insertions, 3 deletions
diff --git a/kstars/INSTALL b/kstars/INSTALL
index 17f6b7d4..7a98c346 100644
--- a/kstars/INSTALL
+++ b/kstars/INSTALL
@@ -9,7 +9,7 @@ Basic Installation
(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/kde3
+ KDEDIR 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.
diff --git a/kstars/kstars/indi/apogee_ppi.cpp b/kstars/kstars/indi/apogee_ppi.cpp
index 6eb7063c..e6edfbbb 100644
--- a/kstars/kstars/indi/apogee_ppi.cpp
+++ b/kstars/kstars/indi/apogee_ppi.cpp
@@ -184,7 +184,7 @@ bool ApogeeCam::loadXMLModel()
//IDLog("Top dir is "TOP_DATADIR, NULL);
modelSpecFile = fopen(TOP_DATADIR"/apogee_caminfo.xml", "r");
- //modelSpecFile = fopen("/opt/kde3/share/apps/kstars/apogee_caminfo.xml", "r");
+ //modelSpecFile = fopen("/opt/trinity/share/apps/kstars/apogee_caminfo.xml", "r");
if (modelSpecFile == NULL)
{
IDLog("Error: Unable to open file apogee_caminfo.xml\n");
@@ -897,7 +897,7 @@ bool ApogeeCam::initCamera()
char errmsg[1024];
spFile = fopen(TOP_DATADIR"/apogee_caminfo.xml", "r");
- //spFile = fopen("/opt/kde3/share/apps/kstars/apogee_caminfo.xml", "r");
+ //spFile = fopen("/opt/trinity/share/apps/kstars/apogee_caminfo.xml", "r");
if (spFile == NULL)
{
IDLog("Error: Unable to open file apogee_caminfo.xml\n");