diff --git a/COMPILING b/COMPILING index 61313aa0a..c40f507bc 100644 --- a/COMPILING +++ b/COMPILING @@ -60,7 +60,7 @@ ldconfig -m $QTDIR/lib You probably also want to add $KDEDIR/bin and $QTDIR/bin to your path. -See http://www.kde.org/kde2-and-kde3.html for tips about setting up +See http://www.kde.org/kde2-and-trinity.html for tips about setting up KDE 3.0 next to KDE 2.x. Compiling diff --git a/COMPILING.html b/COMPILING.html index 58deb391b..eb288a7d1 100644 --- a/COMPILING.html +++ b/COMPILING.html @@ -55,7 +55,7 @@ ldconfig -m $QTDIR/lib
You probably also want to add $KDEDIR/bin and $QTDIR/bin to your path. -
See http://www.kde.org/kde2-and-kde3.html for tips about setting up +
See http://www.kde.org/kde2-and-trinity.html for tips about setting up KDE 3.0 next to KDE 2.x.
In C++, you can access the whole DOM tree from outside KHTML by using the interface classes.
-For a description see the introduction to khtml on developer.kde.org.
+For a description see the introduction to khtml on developer.kde.org.
One thing that has been omitted in the discussion above is the style sheet defined inside the
<style>
element (as an example of a style sheet) and the image element
diff --git a/khtml/kmultipart/Makefile.am b/khtml/kmultipart/Makefile.am
index b6d6af0df..9cdae7168 100644
--- a/khtml/kmultipart/Makefile.am
+++ b/khtml/kmultipart/Makefile.am
@@ -1,7 +1,7 @@
INCLUDES = -I$(top_srcdir)/khtml -I$(top_srcdir)/kio/httpfilter -I$(top_srcdir)/kutils $(all_includes)
# These are not really libraries, but modules dynamically opened.
-# So they should be installed in kde_module_dir, which is usually $kde_prefix/lib/kde3
+# So they should be installed in kde_module_dir, which is usually $kde_prefix/lib/trinity
kde_module_LTLIBRARIES = libkmultipart.la
libkmultipart_la_SOURCES = kmultipart.cpp
diff --git a/kinit/autostart.cpp b/kinit/autostart.cpp
index 8fba76928..334bfa543 100644
--- a/kinit/autostart.cpp
+++ b/kinit/autostart.cpp
@@ -136,7 +136,7 @@ AutoStart::loadAutoStartList()
if (config.readBoolEntry("Hidden", false))
continue;
- // Check to see if the most important ( usually ~/.config/autostart or ~/.kde3/Autostart) XDG directory
+ // Check to see if the most important ( usually ~/.config/autostart or ~/.trinity/Autostart) XDG directory
// has overridden the Hidden directive and honor it if set to True
bool autostartOverriddenAndDisabled = false;
for(TQStringList::ConstIterator localit = files.begin();
diff --git a/kinit/kstartupconfig.cpp b/kinit/kstartupconfig.cpp
index 0700f22fc..043125976 100644
--- a/kinit/kstartupconfig.cpp
+++ b/kinit/kstartupconfig.cpp
@@ -81,7 +81,7 @@ int main()
else if( getenv( "HOME" ))
{
strlcpy( kdehome, getenv( "HOME" ), 1024 );
- strlcat( kdehome, "/.kde3", 1024 );
+ strlcat( kdehome, "/.trinity", 1024 );
}
else
return 1;
diff --git a/kinit/lnusertemp.c b/kinit/lnusertemp.c
index fdbf8ae0b..31a8afd87 100644
--- a/kinit/lnusertemp.c
+++ b/kinit/lnusertemp.c
@@ -119,7 +119,7 @@ int build_link(const char *tmp_prefix, const char *kde_prefix, int kdehostname)
if (!kde_home || !kde_home[0])
{
- kde_home = "~/.kde3/";
+ kde_home = "~/.trinity/";
}
if (kde_home[0] == '~')
diff --git a/kinit/wrapper.c b/kinit/wrapper.c
index 8fe16892b..15aa2bbf6 100644
--- a/kinit/wrapper.c
+++ b/kinit/wrapper.c
@@ -139,7 +139,7 @@ static int openSocket()
if (!kde_home || !kde_home[0])
{
- kde_home = "~/.kde3/";
+ kde_home = "~/.trinity/";
}
if (kde_home[0] == '~')
diff --git a/kio/kfile/knotifydialog.cpp b/kio/kfile/knotifydialog.cpp
index 796144795..0b31dc8c0 100644
--- a/kio/kfile/knotifydialog.cpp
+++ b/kio/kfile/knotifydialog.cpp
@@ -827,7 +827,7 @@ void KNotifyWidget::save()
}
// returns e.g. "kwin/eventsrc" from a given path
-// "/opt/kde3/share/apps/kwin/eventsrc"
+// "/opt/trinity/share/apps/kwin/eventsrc"
TQString KNotifyWidget::makeRelative( const TQString& fullPath )
{
int slash = fullPath.findRev( '/' ) - 1;
diff --git a/kio/kssl/kopenssl.cc b/kio/kssl/kopenssl.cc
index 70d36cd8e..9509764c9 100644
--- a/kio/kssl/kopenssl.cc
+++ b/kio/kssl/kopenssl.cc
@@ -297,7 +297,7 @@ KConfig *cfg;
<< "/usr/local/bin"
<< "/usr/local/openssl/bin"
<< "/opt/openssl/bin"
- << "/opt/kde3/bin"
+ << "/opt/trinity/bin"
<< "";
libnamess << "cygssl-0.9.7.dll"
diff --git a/kio/tests/jobtest.cpp b/kio/tests/jobtest.cpp
index ecd351a08..3cd33a8f8 100644
--- a/kio/tests/jobtest.cpp
+++ b/kio/tests/jobtest.cpp
@@ -583,7 +583,7 @@ void JobTest::copyFileToSystem( bool resolve_local_urls )
// Check mimetype
kdDebug() << m_mimetype << endl;
- // There's no mimemagic determination in kio_file in kde3. Fixing this for kde4...
+ // There's no mimemagic determination in kio_file in trinity. Fixing this for kde4...
assert( m_mimetype == "application/octet-stream" );
//assert( m_mimetype == "text/plain" );
diff --git a/kioslave/http/kcookiejar/kcookiescfg.upd b/kioslave/http/kcookiejar/kcookiescfg.upd
index 3c1cd028d..0ff26bde0 100644
--- a/kioslave/http/kcookiejar/kcookiescfg.upd
+++ b/kioslave/http/kcookiejar/kcookiescfg.upd
@@ -4,7 +4,7 @@ File=kcookiejarrc
Group=Browser Settings/HTTP,Cookie Policy
# Update cookies config file...
-Id=kde3.1/cvs
+Id=trinity.1/cvs
File=kcookiejarrc
Group=