summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/kolourpaint/index.docbook2
-rw-r--r--doc/kpdf/index.docbook2
-rw-r--r--doc/ksnapshot/index.docbook6
-rw-r--r--doc/kuickshow/index.docbook13
-rw-r--r--doc/man/kcoloredit/CMakeLists.txt2
-rw-r--r--doc/man/kdvi/CMakeLists.txt2
-rw-r--r--doc/man/kfax/CMakeLists.txt2
-rw-r--r--doc/man/kfaxview/CMakeLists.txt2
-rw-r--r--doc/man/kghostview/CMakeLists.txt2
-rw-r--r--doc/man/kolourpaint/CMakeLists.txt2
-rw-r--r--doc/man/kooka/CMakeLists.txt2
-rw-r--r--doc/man/kpdf/CMakeLists.txt2
-rw-r--r--doc/man/kpovmodeler/CMakeLists.txt2
-rw-r--r--doc/man/kruler/CMakeLists.txt2
-rw-r--r--doc/man/ksnapshot/CMakeLists.txt2
-rw-r--r--doc/man/kuickshow/CMakeLists.txt2
-rw-r--r--doc/man/kview/CMakeLists.txt2
-rw-r--r--doc/man/kviewshell/CMakeLists.txt2
-rw-r--r--doc/man/tdeiconedit/CMakeLists.txt2
19 files changed, 20 insertions, 33 deletions
diff --git a/doc/kolourpaint/index.docbook b/doc/kolourpaint/index.docbook
index d59b41bd..2de369d9 100644
--- a/doc/kolourpaint/index.docbook
+++ b/doc/kolourpaint/index.docbook
@@ -1446,7 +1446,7 @@ THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
<appendix id="installation">
<title>Installation</title>
-<sect1 id="getting-kapp">
+<sect1 id="getting-tdeApp">
<title>How to obtain &kolourpaint;</title>
&install.intro.documentation;
diff --git a/doc/kpdf/index.docbook b/doc/kpdf/index.docbook
index c6164cb9..89237908 100644
--- a/doc/kpdf/index.docbook
+++ b/doc/kpdf/index.docbook
@@ -900,7 +900,7 @@
<appendix id="installation">
<title>Installation</title>
- <sect1 id="getting-kapp">
+ <sect1 id="getting-tdeApp">
<title>How to obtain &kpdf;</title>
&install.intro.documentation;
</sect1>
diff --git a/doc/ksnapshot/index.docbook b/doc/ksnapshot/index.docbook
index 780efe0b..41ee63c5 100644
--- a/doc/ksnapshot/index.docbook
+++ b/doc/ksnapshot/index.docbook
@@ -318,16 +318,16 @@ the right arguments, as shown in this example:
<prompt>$</prompt> <command>dcop `dcopstart ksnapshot` interface</command><computeroutput>
QCStringList interfaces()
QCStringList functions()
-QString url()
+TQString url()
void slotGrab()
void slotPrint()
void slotSave()
-bool save(QString filename)
+bool save(TQString filename)
void slotSaveAs()
void slotCopy()
void setTime(int newTime)
int timeout()
-void setURL(QString newURL)
+void setURL(TQString newURL)
void setGrabMode(int grab)
int grabMode()
void slotMovePointer(int x,int y)
diff --git a/doc/kuickshow/index.docbook b/doc/kuickshow/index.docbook
index 3f12bad0..ba245c60 100644
--- a/doc/kuickshow/index.docbook
+++ b/doc/kuickshow/index.docbook
@@ -995,26 +995,13 @@ capabilities, screen resolution, special expansion cards, etc.
specific OS, (you wrote a graphical LILO configurator for example) put this
information here.
-
<para>
In order to successfully use &kuickshow;, you need &kde; 1.1. Foobar.lib is
required in order to support the advanced &kuickshow; features. &kuickshow; uses
about 5 megs of memory to run, but this may vary depending on your
platform and configuration.
</para>
-
-<para>
-All required libraries as well as &kuickshow; itself can be found
-on <ulink url="ftp://ftp.kapp.org">The &kuickshow; home page</ulink>.
-</para>
-->
-
-<!-- For a list of updates, you may refer to the application web site
-or the ChangeLog file, or ...
-<para>
-You can find a list of changes at <ulink
-url="http://apps.kde.org/kapp">http://apps.kde.org/kapp</ulink>.
-</para>-->
</sect1>
<sect1 id="compilation">
diff --git a/doc/man/kcoloredit/CMakeLists.txt b/doc/man/kcoloredit/CMakeLists.txt
index 24ccd704..65c83b94 100644
--- a/doc/man/kcoloredit/CMakeLists.txt
+++ b/doc/man/kcoloredit/CMakeLists.txt
@@ -1,6 +1,6 @@
file( GLOB _man_files RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.1 )
-INSTALL(
+install(
FILES ${_man_files}
DESTINATION ${MAN_INSTALL_DIR}/man1
COMPONENT doc
diff --git a/doc/man/kdvi/CMakeLists.txt b/doc/man/kdvi/CMakeLists.txt
index 24ccd704..65c83b94 100644
--- a/doc/man/kdvi/CMakeLists.txt
+++ b/doc/man/kdvi/CMakeLists.txt
@@ -1,6 +1,6 @@
file( GLOB _man_files RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.1 )
-INSTALL(
+install(
FILES ${_man_files}
DESTINATION ${MAN_INSTALL_DIR}/man1
COMPONENT doc
diff --git a/doc/man/kfax/CMakeLists.txt b/doc/man/kfax/CMakeLists.txt
index 24ccd704..65c83b94 100644
--- a/doc/man/kfax/CMakeLists.txt
+++ b/doc/man/kfax/CMakeLists.txt
@@ -1,6 +1,6 @@
file( GLOB _man_files RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.1 )
-INSTALL(
+install(
FILES ${_man_files}
DESTINATION ${MAN_INSTALL_DIR}/man1
COMPONENT doc
diff --git a/doc/man/kfaxview/CMakeLists.txt b/doc/man/kfaxview/CMakeLists.txt
index 24ccd704..65c83b94 100644
--- a/doc/man/kfaxview/CMakeLists.txt
+++ b/doc/man/kfaxview/CMakeLists.txt
@@ -1,6 +1,6 @@
file( GLOB _man_files RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.1 )
-INSTALL(
+install(
FILES ${_man_files}
DESTINATION ${MAN_INSTALL_DIR}/man1
COMPONENT doc
diff --git a/doc/man/kghostview/CMakeLists.txt b/doc/man/kghostview/CMakeLists.txt
index 24ccd704..65c83b94 100644
--- a/doc/man/kghostview/CMakeLists.txt
+++ b/doc/man/kghostview/CMakeLists.txt
@@ -1,6 +1,6 @@
file( GLOB _man_files RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.1 )
-INSTALL(
+install(
FILES ${_man_files}
DESTINATION ${MAN_INSTALL_DIR}/man1
COMPONENT doc
diff --git a/doc/man/kolourpaint/CMakeLists.txt b/doc/man/kolourpaint/CMakeLists.txt
index 24ccd704..65c83b94 100644
--- a/doc/man/kolourpaint/CMakeLists.txt
+++ b/doc/man/kolourpaint/CMakeLists.txt
@@ -1,6 +1,6 @@
file( GLOB _man_files RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.1 )
-INSTALL(
+install(
FILES ${_man_files}
DESTINATION ${MAN_INSTALL_DIR}/man1
COMPONENT doc
diff --git a/doc/man/kooka/CMakeLists.txt b/doc/man/kooka/CMakeLists.txt
index 24ccd704..65c83b94 100644
--- a/doc/man/kooka/CMakeLists.txt
+++ b/doc/man/kooka/CMakeLists.txt
@@ -1,6 +1,6 @@
file( GLOB _man_files RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.1 )
-INSTALL(
+install(
FILES ${_man_files}
DESTINATION ${MAN_INSTALL_DIR}/man1
COMPONENT doc
diff --git a/doc/man/kpdf/CMakeLists.txt b/doc/man/kpdf/CMakeLists.txt
index 24ccd704..65c83b94 100644
--- a/doc/man/kpdf/CMakeLists.txt
+++ b/doc/man/kpdf/CMakeLists.txt
@@ -1,6 +1,6 @@
file( GLOB _man_files RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.1 )
-INSTALL(
+install(
FILES ${_man_files}
DESTINATION ${MAN_INSTALL_DIR}/man1
COMPONENT doc
diff --git a/doc/man/kpovmodeler/CMakeLists.txt b/doc/man/kpovmodeler/CMakeLists.txt
index 24ccd704..65c83b94 100644
--- a/doc/man/kpovmodeler/CMakeLists.txt
+++ b/doc/man/kpovmodeler/CMakeLists.txt
@@ -1,6 +1,6 @@
file( GLOB _man_files RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.1 )
-INSTALL(
+install(
FILES ${_man_files}
DESTINATION ${MAN_INSTALL_DIR}/man1
COMPONENT doc
diff --git a/doc/man/kruler/CMakeLists.txt b/doc/man/kruler/CMakeLists.txt
index 24ccd704..65c83b94 100644
--- a/doc/man/kruler/CMakeLists.txt
+++ b/doc/man/kruler/CMakeLists.txt
@@ -1,6 +1,6 @@
file( GLOB _man_files RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.1 )
-INSTALL(
+install(
FILES ${_man_files}
DESTINATION ${MAN_INSTALL_DIR}/man1
COMPONENT doc
diff --git a/doc/man/ksnapshot/CMakeLists.txt b/doc/man/ksnapshot/CMakeLists.txt
index 24ccd704..65c83b94 100644
--- a/doc/man/ksnapshot/CMakeLists.txt
+++ b/doc/man/ksnapshot/CMakeLists.txt
@@ -1,6 +1,6 @@
file( GLOB _man_files RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.1 )
-INSTALL(
+install(
FILES ${_man_files}
DESTINATION ${MAN_INSTALL_DIR}/man1
COMPONENT doc
diff --git a/doc/man/kuickshow/CMakeLists.txt b/doc/man/kuickshow/CMakeLists.txt
index 24ccd704..65c83b94 100644
--- a/doc/man/kuickshow/CMakeLists.txt
+++ b/doc/man/kuickshow/CMakeLists.txt
@@ -1,6 +1,6 @@
file( GLOB _man_files RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.1 )
-INSTALL(
+install(
FILES ${_man_files}
DESTINATION ${MAN_INSTALL_DIR}/man1
COMPONENT doc
diff --git a/doc/man/kview/CMakeLists.txt b/doc/man/kview/CMakeLists.txt
index 24ccd704..65c83b94 100644
--- a/doc/man/kview/CMakeLists.txt
+++ b/doc/man/kview/CMakeLists.txt
@@ -1,6 +1,6 @@
file( GLOB _man_files RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.1 )
-INSTALL(
+install(
FILES ${_man_files}
DESTINATION ${MAN_INSTALL_DIR}/man1
COMPONENT doc
diff --git a/doc/man/kviewshell/CMakeLists.txt b/doc/man/kviewshell/CMakeLists.txt
index 24ccd704..65c83b94 100644
--- a/doc/man/kviewshell/CMakeLists.txt
+++ b/doc/man/kviewshell/CMakeLists.txt
@@ -1,6 +1,6 @@
file( GLOB _man_files RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.1 )
-INSTALL(
+install(
FILES ${_man_files}
DESTINATION ${MAN_INSTALL_DIR}/man1
COMPONENT doc
diff --git a/doc/man/tdeiconedit/CMakeLists.txt b/doc/man/tdeiconedit/CMakeLists.txt
index 24ccd704..65c83b94 100644
--- a/doc/man/tdeiconedit/CMakeLists.txt
+++ b/doc/man/tdeiconedit/CMakeLists.txt
@@ -1,6 +1,6 @@
file( GLOB _man_files RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.1 )
-INSTALL(
+install(
FILES ${_man_files}
DESTINATION ${MAN_INSTALL_DIR}/man1
COMPONENT doc