summaryrefslogtreecommitdiffstats
path: root/kolourpaint
diff options
context:
space:
mode:
Diffstat (limited to 'kolourpaint')
-rw-r--r--kolourpaint/ChangeLog6
-rw-r--r--kolourpaint/NEWS2
-rw-r--r--kolourpaint/kolourpaint.desktop2
-rw-r--r--kolourpaint/kpdefs.h2
-rw-r--r--kolourpaint/kpdocumentsaveoptions.cpp2
-rw-r--r--kolourpaint/kpmainwindow_file.cpp8
-rw-r--r--kolourpaint/kpmainwindow_help.cpp2
-rw-r--r--kolourpaint/patches/doc_resize_no_flicker.diff8
8 files changed, 16 insertions, 16 deletions
diff --git a/kolourpaint/ChangeLog b/kolourpaint/ChangeLog
index 9acd0397..12fb66ad 100644
--- a/kolourpaint/ChangeLog
+++ b/kolourpaint/ChangeLog
@@ -2,10 +2,10 @@
For logs of _every_ single change made to KolourPaint between any date or
revision, visit:
- http://websvn.kde.org/trunk/KDE/kdegraphics/kolourpaint
+ http://websvn.kde.org/trunk/KDE/tdegraphics/kolourpaint
- http://websvn.kde.org/branches/KDE/<version>/kdegraphics/kolourpaint
- http://websvn.kde.org/tags/KDE/<version>/kdegraphics/kolourpaint
+ http://websvn.kde.org/branches/KDE/<version>/tdegraphics/kolourpaint
+ http://websvn.kde.org/tags/KDE/<version>/tdegraphics/kolourpaint
http://websvn.kde.org/branches/kolourpaint
http://websvn.kde.org/tags/kolourpaint
diff --git a/kolourpaint/NEWS b/kolourpaint/NEWS
index ea5adebe..7689f7ba 100644
--- a/kolourpaint/NEWS
+++ b/kolourpaint/NEWS
@@ -138,7 +138,7 @@ KolourPaint 1.4_relight (Frozen 2005-11-08)
[also in branches/KDE/3.[34]/, branches/kolourpaint/1.2_trinity/]
* Correct and update image format associations to all formats supported
- by KDE 3.5 (kdelibs/kimgio/:r466654)
+ by KDE 3.5 (tdelibs/kimgio/:r466654)
* String fixes (Stefan Winter)
[also in branches/KDE/3.4/]
diff --git a/kolourpaint/kolourpaint.desktop b/kolourpaint/kolourpaint.desktop
index 8a586219..e4f900a3 100644
--- a/kolourpaint/kolourpaint.desktop
+++ b/kolourpaint/kolourpaint.desktop
@@ -81,7 +81,7 @@ Exec=kolourpaint %u
DocPath=kolourpaint/index.html
# SYNC: Run branches/kolourpaint/control/scripts/gen_mimetype_line.sh in
-# the version of kdelibs/kimgio/ (e.g. KDE 3.5) KolourPaint is
+# the version of tdelibs/kimgio/ (e.g. KDE 3.5) KolourPaint is
# shipped with.
MimeType=image/fax-g3;image/gif;image/jp2;image/jpeg;image/png;image/tiff;image/x-bmp;image/x-dds;image/x-eps;image/x-exr;image/x-hdr;image/x-ico;image/x-pcx;image/x-portable-bitmap;image/x-portable-greymap;image/x-portable-pixmap;image/x-rgb;image/x-targa;image/x-vnd.adobe.photoshop;image/x-xbm;image/x-xcf-gimp;image/x-xpm;video/x-mng;
diff --git a/kolourpaint/kpdefs.h b/kolourpaint/kpdefs.h
index d4abb622..d0343f9e 100644
--- a/kolourpaint/kpdefs.h
+++ b/kolourpaint/kpdefs.h
@@ -37,7 +37,7 @@
#include <tqsize.h>
#include <tqstring.h>
-#include <kdeversion.h>
+#include <tdeversion.h>
#define KP_IS_TQT_3_3 ([[[TQT_VERSION IS DEPRECATED]]] >= 0x030300 && 1)
diff --git a/kolourpaint/kpdocumentsaveoptions.cpp b/kolourpaint/kpdocumentsaveoptions.cpp
index c217cffb..3c312e42 100644
--- a/kolourpaint/kpdocumentsaveoptions.cpp
+++ b/kolourpaint/kpdocumentsaveoptions.cpp
@@ -405,7 +405,7 @@ static bool mimeTypeSupportsProperty (const TQString &mimeType,
// Only care about writable mimetypes.
//
// Run "branches/kolourpaint/control/scripts/gen_mimetype_line.sh Write" in
-// the version of kdelibs/kimgio/ (e.g. KDE 3.5) KolourPaint is shipped with,
+// the version of tdelibs/kimgio/ (e.g. KDE 3.5) KolourPaint is shipped with,
// to check for any new mimetypes to add info for. In the methods below,
// you can specify this info (maximum color depth, whether it's lossy etc.).
//
diff --git a/kolourpaint/kpmainwindow_file.cpp b/kolourpaint/kpmainwindow_file.cpp
index 5e57237b..93743bc2 100644
--- a/kolourpaint/kpmainwindow_file.cpp
+++ b/kolourpaint/kpmainwindow_file.cpp
@@ -424,7 +424,7 @@ void kpMainWindow::slotScan ()
// [takes about 500ms on 350Mhz]
m_scanDialog = KScanDialog::getScanDialog (this, "scandialog", true/*modal*/);
- // No scanning support (kdegraphics/libkscan) installed?
+ // No scanning support (tdegraphics/libkscan) installed?
// [Remove $KDEDIR/share/servicetypes/kscan.desktop and
// $KDEDIR/share/services/scanservice.desktop to simulate this]
if (!m_scanDialog)
@@ -1330,7 +1330,7 @@ void kpMainWindow::setAsWallpaper (bool centered)
// write position:
//
- // SYNC: kdebase/kcontrol/background/bgsettings.h:
+ // SYNC: tdebase/kcontrol/background/bgsettings.h:
// 1 = Centered
// 2 = Tiled
// 6 = Scaled
@@ -1349,8 +1349,8 @@ void kpMainWindow::setAsWallpaper (bool centered)
dataStream << int (centered ? 1 : 2);
- // I'm going to all this trouble because the user might not have kdebase
- // installed so kdebase/kdesktop/KBackgroundIface.h might not be around
+ // I'm going to all this trouble because the user might not have tdebase
+ // installed so tdebase/kdesktop/KBackgroundIface.h might not be around
// to be compiled in (where user == developer :))
if (!KApplication::dcopClient ()->send ("kdesktop", "KBackgroundIface",
"setWallpaper(TQString,int)", data))
diff --git a/kolourpaint/kpmainwindow_help.cpp b/kolourpaint/kpmainwindow_help.cpp
index 5c0c41de..460f9d86 100644
--- a/kolourpaint/kpmainwindow_help.cpp
+++ b/kolourpaint/kpmainwindow_help.cpp
@@ -70,7 +70,7 @@ void kpMainWindow::enableHelpMenuDocumentActions (bool /*enable*/)
}
-// SYNC: kdebase/twin/twinbindings.cpp
+// SYNC: tdebase/twin/twinbindings.cpp
static TQString printScreenShortcutString ()
{
KConfigGroupSaver cfgGroupSaver (KGlobal::config (), "Global Shortcuts");
diff --git a/kolourpaint/patches/doc_resize_no_flicker.diff b/kolourpaint/patches/doc_resize_no_flicker.diff
index 821d418e..20f4828c 100644
--- a/kolourpaint/patches/doc_resize_no_flicker.diff
+++ b/kolourpaint/patches/doc_resize_no_flicker.diff
@@ -20,7 +20,7 @@ Because I'm still debugging, there are a few hacks in the code such as
Index: kpviewscrollablecontainer.cpp
===================================================================
-RCS file: /home/kde/kdegraphics/kolourpaint/kpviewscrollablecontainer.cpp,v
+RCS file: /home/kde/tdegraphics/kolourpaint/kpviewscrollablecontainer.cpp,v
retrieving revision 1.7
diff -u -p -r1.7 kpviewscrollablecontainer.cpp
--- kpviewscrollablecontainer.cpp 29 Jul 2004 12:47:15 -0000 1.7
@@ -473,7 +473,7 @@ diff -u -p -r1.7 kpviewscrollablecontainer.cpp
#include <kpviewscrollablecontainer.moc>
Index: kpviewscrollablecontainer.h
===================================================================
-RCS file: /home/kde/kdegraphics/kolourpaint/kpviewscrollablecontainer.h,v
+RCS file: /home/kde/tdegraphics/kolourpaint/kpviewscrollablecontainer.h,v
retrieving revision 1.3
diff -u -p -r1.3 kpviewscrollablecontainer.h
--- kpviewscrollablecontainer.h 19 Jul 2004 05:00:47 -0000 1.3
@@ -538,7 +538,7 @@ diff -u -p -r1.3 kpviewscrollablecontainer.h
};
Index: kpwidgetmapper.cpp
===================================================================
-RCS file: /home/kde/kdegraphics/kolourpaint/kpwidgetmapper.cpp,v
+RCS file: /home/kde/tdegraphics/kolourpaint/kpwidgetmapper.cpp,v
retrieving revision 1.1
diff -u -p -r1.1 kpwidgetmapper.cpp
--- kpwidgetmapper.cpp 10 Jul 2004 11:38:09 -0000 1.1
@@ -588,7 +588,7 @@ diff -u -p -r1.1 kpwidgetmapper.cpp
} // namespace kpWidgetMapper {
Index: kpwidgetmapper.h
===================================================================
-RCS file: /home/kde/kdegraphics/kolourpaint/kpwidgetmapper.h,v
+RCS file: /home/kde/tdegraphics/kolourpaint/kpwidgetmapper.h,v
retrieving revision 1.1
diff -u -p -r1.1 kpwidgetmapper.h
--- kpwidgetmapper.h 10 Jul 2004 11:38:09 -0000 1.1