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 /kviewshell | |
parent | 3af987b7825866d742487cb6aa5b82bf0adf7543 (diff) | |
download | tdegraphics-698dd70e2868d1a4028a7cb5486eb6e63990b106.tar.gz tdegraphics-698dd70e2868d1a4028a7cb5486eb6e63990b106.zip |
Additional renaming of kde to tde
Diffstat (limited to 'kviewshell')
-rw-r--r-- | kviewshell/Mainpage.dox | 10 | ||||
-rw-r--r-- | kviewshell/TODO | 2 | ||||
-rw-r--r-- | kviewshell/documentWidget.h | 2 |
3 files changed, 7 insertions, 7 deletions
diff --git a/kviewshell/Mainpage.dox b/kviewshell/Mainpage.dox index 160f34e2..5e3cbfee 100644 --- a/kviewshell/Mainpage.dox +++ b/kviewshell/Mainpage.dox @@ -2,7 +2,7 @@ @mainpage The KDE Graphics API Reference The kviewshell is a document viewing application contained in the -kdegraphics package. It cannot load documents itself, but relies on +tdegraphics package. It cannot load documents itself, but relies on plugins that support various document formats. Currently, there are plugins for TeX DVI, for FAX, and for AT&T's DJVU format. Some of the plugins come with clones of the kviewshell programm (kdvi, kfaxview) @@ -20,12 +20,12 @@ Writing KDE libraries and the associated makefiles can be rather complicated. We have therefore provided a well-documented reference implementation, the FAX plugin. This is a fine example for a simple kviewshell plugin, and a very good starting point for your own -implementation. It can be found in the kdegraphics source tree under +implementation. It can be found in the tdegraphics source tree under <a -href="http://websvn.kde.org/trunk/KDE/kdegraphics/kfaxview">kfaxview</a>. If +href="http://websvn.kde.org/trunk/KDE/tdegraphics/kfaxview">kfaxview</a>. If you are looking for a plugin with more functionality, you might consider the DJVU plugin, contained in <a -href="http://websvn.kde.org/trunk/KDE/kdegraphics/kviewshell/plugins/djvu">kviewshell/plugins/kdjview</a>. +href="http://websvn.kde.org/trunk/KDE/tdegraphics/kviewshell/plugins/djvu">kviewshell/plugins/kdjview</a>. The DVI plugin is, for historical reasons, rather involved and cannot be recommended as an example. @@ -48,7 +48,7 @@ tailor to suit your needs. - If your file type is not known to KDE, then you need to provide a .desktop file for the mime type you wish to support. Search the KDE control center for "mime type" to get a list of known types. Since the -list of mime types that are contained in the kdelibs package is quite +list of mime types that are contained in the tdelibs package is quite long, it is quite likely that your file type is already known. - Provide one or more .desktop files that relate mime-types with your diff --git a/kviewshell/TODO b/kviewshell/TODO index 840653c7..b6139962 100644 --- a/kviewshell/TODO +++ b/kviewshell/TODO @@ -75,7 +75,7 @@ should have * an exteremely well-defined reference implementation for a trivial file format, either one that is actually useful (kfax, perhaps), or one that serves only demonstration purposes and that goes into the -kdesdk module +tdesdk module diff --git a/kviewshell/documentWidget.h b/kviewshell/documentWidget.h index 491cfc36..0394843d 100644 --- a/kviewshell/documentWidget.h +++ b/kviewshell/documentWidget.h @@ -177,7 +177,7 @@ private: static TQColor backgroundColorForCorners; /** The following tables store grey values for roundish shadow - corners. They were shamelessly stolen from kdelibs/tdefx/kstyle.cpp. */ + corners. They were shamelessly stolen from tdelibs/tdefx/kstyle.cpp. */ static const int bottom_right_corner[16]; static const int bottom_left_corner[16]; static const int shadow_strip[4]; |