summaryrefslogtreecommitdiffstats
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
commit37fb195dc2faceddc010981e2648cdb9cd04a43f (patch)
treee85ae390f7c223e042eb594391df1952b7e3aeb6
parentf10de3b0cb63279487ec73d320504759b3db5273 (diff)
downloadtdebindings-37fb195d.tar.gz
tdebindings-37fb195d.zip
Convert remaining references to kde3 (e.g. in paths) to trinity
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdebindings@1248408 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
-rw-r--r--kalyptus/kalyptus.spec.in2
-rw-r--r--kdejava/koala.kdevprj2
-rw-r--r--kdejava/koala/org/kde/koala/KSycocaEntry.java2
-rwxr-xr-xkjsembed/docs/examples/imageinfo/imagescale.js2
-rw-r--r--python/README2
-rw-r--r--qtruby/INSTALL2
6 files changed, 6 insertions, 6 deletions
diff --git a/kalyptus/kalyptus.spec.in b/kalyptus/kalyptus.spec.in
index edf4f603..a258aada 100644
--- a/kalyptus/kalyptus.spec.in
+++ b/kalyptus/kalyptus.spec.in
@@ -1,6 +1,6 @@
# You might want to change the next 2 lines, the rest should be ok
%define qtdir /usr/lib/qt-3.0.0
-Prefix: /opt/kde3
+Prefix: /opt/trinity
Name: kalyptus
Icon: kde-icon.xpm
diff --git a/kdejava/koala.kdevprj b/kdejava/koala.kdevprj
index 6a647c73..3db1ec03 100644
--- a/kdejava/koala.kdevprj
+++ b/kdejava/koala.kdevprj
@@ -80,7 +80,7 @@ install_location=
type=DATA
[Workspace_1]
-browser_file=file:/opt/kde3/share/doc/HTML/default/kdevelop/about/intro.html
+browser_file=file:/opt/trinity/share/doc/HTML/default/kdevelop/about/intro.html
cpp_file=/local/src/kde/kdebindings/kdejava/koala/kdejava/KKeyChooser.cpp
header_file=Untitled.h
openfiles=Untitled.h,Untitled.cpp,/local/src/kde/kdebindings/kdejava/koala/main.cpp,/local/src/kde/kdebindings/kdejava/koala/kdejava/KIO.cpp,/local/src/kde/kdebindings/kdejava/koala/kdejava/KKeyChooser.cpp
diff --git a/kdejava/koala/org/kde/koala/KSycocaEntry.java b/kdejava/koala/org/kde/koala/KSycocaEntry.java
index 5e14ff59..736bf8d8 100644
--- a/kdejava/koala/org/kde/koala/KSycocaEntry.java
+++ b/kdejava/koala/org/kde/koala/KSycocaEntry.java
@@ -11,7 +11,7 @@ import org.kde.qt.QDataStream;
You can't create an instance of KSycocaEntry, but it provides
the common functionality for servicetypes and services.
@short Base class for all Sycoca entries.
- @see #http://developer#kde#org/documentation/library/kdeqt/kde3arch/ksycoca#html
+ @see #http://developer#kde#org/documentation/library/kdeqt/trinityarch/ksycoca#html
*/
public class KSycocaEntry extends KShared {
diff --git a/kjsembed/docs/examples/imageinfo/imagescale.js b/kjsembed/docs/examples/imageinfo/imagescale.js
index 51ead9b5..d0921cd9 100755
--- a/kjsembed/docs/examples/imageinfo/imagescale.js
+++ b/kjsembed/docs/examples/imageinfo/imagescale.js
@@ -1,4 +1,4 @@
-#!/opt/kde3/bin/kjscmd
+#!/opt/trinity/bin/kjscmd
//
// Load an image, scale it, and save it in the specified format.
diff --git a/python/README b/python/README
index 4ec623cb..2b964c5b 100644
--- a/python/README
+++ b/python/README
@@ -11,4 +11,4 @@ http://www.riverbankcomputing.co.uk/software/sip/download
PyQt may be downloaded from this URL:
http://www.riverbankcomputing.co.uk/software/pyqt/download3
-PyKDE has been moved to <svnroot>/libraries/python-kde3, and can be compiled against the latest SIP and PyQt sources.
+PyKDE has been moved to <svnroot>/libraries/python-trinity, and can be compiled against the latest SIP and PyQt sources.
diff --git a/qtruby/INSTALL b/qtruby/INSTALL
index 86e05d3d..6072e4ac 100644
--- a/qtruby/INSTALL
+++ b/qtruby/INSTALL
@@ -28,7 +28,7 @@ To build the Qt.so extension, provide 'extconf.rb' with the directories where
the Qt and Smoke libraries are installed:
$ cd qtruby/rubylib/qtruby
-$ ruby extconf.rb --with-smoke-dir=/opt/kde3 \
+$ ruby extconf.rb --with-smoke-dir=/opt/trinity \
--with-qt-dir=/home/duke/src/kde/HEAD/qt-copy
$ make
$ make install