diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-21 01:43:11 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-21 01:43:11 +0000 |
commit | 7ab4c863e85225f8aa38cb96408cdf36256eb85a (patch) | |
tree | 058742c5770949e2329b77b2f1c2f2b0cfe8f15f | |
parent | eb570158698cf61dad4f77d950ef908160f6c3cc (diff) | |
download | tdeedu-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
-rw-r--r-- | doc/kstars/install.docbook | 2 | ||||
-rw-r--r-- | kig/README.Developers | 2 | ||||
-rw-r--r-- | kstars/INSTALL | 2 | ||||
-rw-r--r-- | kstars/kstars/indi/apogee_ppi.cpp | 4 |
4 files changed, 5 insertions, 5 deletions
diff --git a/doc/kstars/install.docbook b/doc/kstars/install.docbook index a45cfa76..94a1c1c3 100644 --- a/doc/kstars/install.docbook +++ b/doc/kstars/install.docbook @@ -78,7 +78,7 @@ Please do not forget the prefix argument to configure. If your <envar>KDEDIR</e variable is not set, set prefix to whatever folder &kde; is installed in: this is usually either <filename class="directory">/usr</filename>, <filename class="directory">/opt/kde</filename>, or -<filename class="directory">/opt/kde3</filename>. +<filename class="directory">/opt/trinity</filename>. Also, make sure you do the last step as <systemitem class="username">root</systemitem>. </para><para> diff --git a/kig/README.Developers b/kig/README.Developers index 753533e4..7f9a92bf 100644 --- a/kig/README.Developers +++ b/kig/README.Developers @@ -6,7 +6,7 @@ Hi, here are some things that might not be immediately clear : - for testing code, i don't really know how you're supposed to do this with kparts, so i just do a "make install" every time, and then simply run the program, you prolly want to do "./configure --enable-debug=full - --prefix=/usr/local/kde3" (meanwhile, i found out, the solution is in a + --prefix=/usr/local/trinity" (meanwhile, i found out, the solution is in a developer faq on developer.kde.org (http://developer.kde.org/documentation/other/developer-faq.html#q67.1) 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"); |