diff options
Diffstat (limited to 'kstars')
-rw-r--r-- | kstars/INSTALL | 2 | ||||
-rw-r--r-- | kstars/kstars/indi/apogee_ppi.cpp | 4 |
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"); |