diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-16 13:51:16 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-16 13:51:16 -0600 |
commit | 698dd70e2868d1a4028a7cb5486eb6e63990b106 (patch) | |
tree | 554d7f474ff689050795bb1991bf3af04ce30485 /kview | |
parent | 3af987b7825866d742487cb6aa5b82bf0adf7543 (diff) | |
download | tdegraphics-698dd70e2868d1a4028a7cb5486eb6e63990b106.tar.gz tdegraphics-698dd70e2868d1a4028a7cb5486eb6e63990b106.zip |
Additional renaming of kde to tde
Diffstat (limited to 'kview')
-rw-r--r-- | kview/kimageviewer/canvas.h | 2 | ||||
-rw-r--r-- | kview/kimageviewer/viewer.h | 2 | ||||
-rw-r--r-- | kview/modules/README | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/kview/kimageviewer/canvas.h b/kview/kimageviewer/canvas.h index fbfeaff0..75f601ed 100644 --- a/kview/kimageviewer/canvas.h +++ b/kview/kimageviewer/canvas.h @@ -38,7 +38,7 @@ namespace KImageViewer * * @author Matthias Kretz <kretz@kde.org> * - * You'll find an implementation in kdegraphics (KView). You may + * You'll find an implementation in tdegraphics (KView). You may * still use this interface in your program but it will only work * if you have an implementation installed. * diff --git a/kview/kimageviewer/viewer.h b/kview/kimageviewer/viewer.h index b521710d..2439b9e9 100644 --- a/kview/kimageviewer/viewer.h +++ b/kview/kimageviewer/viewer.h @@ -37,7 +37,7 @@ namespace KImageViewer * * @author Matthias Kretz <kretz@kde.org> * - * You'll find an implementation in kdegraphics (KView). You may + * You'll find an implementation in tdegraphics (KView). You may * still use this interface in your program but it will only work * if you have an implementation installed * diff --git a/kview/modules/README b/kview/modules/README index 74c229c0..d4ad6e33 100644 --- a/kview/modules/README +++ b/kview/modules/README @@ -49,4 +49,4 @@ Examples ======== There are a few modules already in the original KView sources. Just take a look -at kdegraphics/kview/modules/*. +at tdegraphics/kview/modules/*. |