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 /libraries/python-kde3, and can be compiled against the latest SIP and PyQt sources. +PyKDE has been moved to /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