diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 02:28:57 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 02:28:57 -0600 |
commit | 7574a7287e2e121c9d5c91a5f4ea38c5b3ae2a04 (patch) | |
tree | b7c6396f4f7fe78dcd49424bff707e977541de18 /ktip | |
parent | 66c0fa70796c1989a9f3adb0c5c0ad799ade48ca (diff) | |
download | tdebase-7574a7287e2e121c9d5c91a5f4ea38c5b3ae2a04.tar.gz tdebase-7574a7287e2e121c9d5c91a5f4ea38c5b3ae2a04.zip |
Additional kde to tde renaming
Diffstat (limited to 'ktip')
-rw-r--r-- | ktip/CMakeLists.txt | 2 | ||||
-rw-r--r-- | ktip/Makefile.am | 2 | ||||
-rw-r--r-- | ktip/tips | 8 |
3 files changed, 6 insertions, 6 deletions
diff --git a/ktip/CMakeLists.txt b/ktip/CMakeLists.txt index 4b7d1b2c6..0825f0e5f 100644 --- a/ktip/CMakeLists.txt +++ b/ktip/CMakeLists.txt @@ -35,6 +35,6 @@ install( FILES tips DESTINATION ${DATA_INSTALL_DIR}/kdewizard ) tde_add_executable( ktip AUTOMOC SOURCES ktipwindow.cpp - LINK kdeui-shared + LINK tdeui-shared DESTINATION ${BIN_INSTALL_DIR} ) diff --git a/ktip/Makefile.am b/ktip/Makefile.am index 6d9bd83f9..e9157fd51 100644 --- a/ktip/Makefile.am +++ b/ktip/Makefile.am @@ -5,7 +5,7 @@ SUBDIRS = pics bin_PROGRAMS = ktip ktip_SOURCES = ktipwindow.cpp ktip_LDADD = $(LIB_KDEUI) -ktip_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor +ktip_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor METASOURCES = AUTO KDE_ICON = AUTO @@ -348,14 +348,14 @@ the remaining buttons.</P> <html> <p> Need comprehensive info about KDEPrinting?<br> </p> -<p> Type <strong>help:/kdeprint/</strong> into a Konqueror address field +<p> Type <strong>help:/tdeprint/</strong> into a Konqueror address field and get the <a href="http://printing.kde.org/documentation/handbook/">KDEPrint Handbook</a> displayed.</p> <p>This, plus more material (like a <a href="http://printing.kde.org/faq/">FAQ</a>, various <a href="http://printing.kde.org/documentation/tutorials/">Tutorials</a>, a "TipsNTricks" section and the - <a href="http://mail.kde.org/mailman/listinfo/kde-print/">kdeprint mailing list</a>) + <a href="http://mail.kde.org/mailman/listinfo/kde-print/">tdeprint mailing list</a>) are available at <a href="http://printing.kde.org/">printing.kde.org</a>... </p> @@ -534,7 +534,7 @@ and "dragging" it with the mouse.</p><br> <p> Then use <strong>'kprinter'</strong> as "print command". Works with Netscape, Mozilla, Galeon, gv, Acrobat Reader, StarOffice, OpenOffice.org, any GNOME application and many more...</p> -<p>See <a href="http://printing.kde.org/faq/kdeprint.phtml#out">printing.kde.org</a> +<p>See <a href="http://printing.kde.org/faq/tdeprint.phtml#out">printing.kde.org</a> for more detailed hints... </p> <center> @@ -630,7 +630,7 @@ You may specify print files and/or name a printer from the command line: <pre> kprinter -d infotec \ /home/kurt/paragliding.jpg \ - ../kdeprint-handbook.pdf \ + ../tdeprint-handbook.pdf \ /opt/trinity/flyer.ps </pre> This prints 3 different files (from different folders) to printer "infotec". |