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 /kdeprint/slave | |
parent | 66c0fa70796c1989a9f3adb0c5c0ad799ade48ca (diff) | |
download | tdebase-7574a7287e2e121c9d5c91a5f4ea38c5b3ae2a04.tar.gz tdebase-7574a7287e2e121c9d5c91a5f4ea38c5b3ae2a04.zip |
Additional kde to tde renaming
Diffstat (limited to 'kdeprint/slave')
-rw-r--r-- | kdeprint/slave/CMakeLists.txt | 2 | ||||
-rw-r--r-- | kdeprint/slave/Makefile.am | 2 | ||||
-rw-r--r-- | kdeprint/slave/kio_print.cpp | 18 | ||||
-rw-r--r-- | kdeprint/slave/kio_print.h | 2 | ||||
-rw-r--r-- | kdeprint/slave/templates/CMakeLists.txt | 6 | ||||
-rw-r--r-- | kdeprint/slave/templates/Makefile.am | 6 | ||||
-rw-r--r-- | kdeprint/slave/templates/class.template | 4 | ||||
-rw-r--r-- | kdeprint/slave/templates/driver.template | 4 | ||||
-rw-r--r-- | kdeprint/slave/templates/jobs.template | 4 | ||||
-rw-r--r-- | kdeprint/slave/templates/printer.template | 4 | ||||
-rw-r--r-- | kdeprint/slave/templates/pseudo.template | 4 |
11 files changed, 28 insertions, 28 deletions
diff --git a/kdeprint/slave/CMakeLists.txt b/kdeprint/slave/CMakeLists.txt index cfac6d998..db9162a1b 100644 --- a/kdeprint/slave/CMakeLists.txt +++ b/kdeprint/slave/CMakeLists.txt @@ -34,6 +34,6 @@ install( FILES print.protocol printdb.protocol DESTINATION ${SERVICES_INSTALL_DI tde_add_kpart( kio_print AUTOMOC SOURCES kio_print.cpp - LINK kdeprint-shared + LINK tdeprint-shared DESTINATION ${PLUGIN_INSTALL_DIR} ) diff --git a/kdeprint/slave/Makefile.am b/kdeprint/slave/Makefile.am index b4352d4d8..5e5e04123 100644 --- a/kdeprint/slave/Makefile.am +++ b/kdeprint/slave/Makefile.am @@ -7,7 +7,7 @@ INCLUDES= $(all_includes) kde_module_LTLIBRARIES = kio_print.la kio_print_la_SOURCES = kio_print.cpp -kio_print_la_LIBADD = $(LIB_KIO) -lkdeprint +kio_print_la_LIBADD = $(LIB_KIO) -ltdeprint kio_print_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN) METASOURCES = AUTO diff --git a/kdeprint/slave/kio_print.cpp b/kdeprint/slave/kio_print.cpp index ebb6b859f..d8bb4cf6e 100644 --- a/kdeprint/slave/kio_print.cpp +++ b/kdeprint/slave/kio_print.cpp @@ -1,6 +1,6 @@ /* * This file is part of the KDE libraries - * Copyright (c) 2001 Michael Goffioul <kdeprint@swing.be> + * Copyright (c) 2001 Michael Goffioul <tdeprint@swing.be> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public @@ -18,11 +18,11 @@ **/ #include "kio_print.h" -#include <kdeprint/kmprinter.h> -#include <kdeprint/kmmanager.h> -#include <kdeprint/kmjobmanager.h> -#include <kdeprint/kmjob.h> -#include <kdeprint/driver.h> +#include <tdeprint/kmprinter.h> +#include <tdeprint/kmmanager.h> +#include <tdeprint/kmjobmanager.h> +#include <tdeprint/kmjob.h> +#include <tdeprint/driver.h> #include <tqfile.h> #include <tqtextstream.h> @@ -755,7 +755,7 @@ void KIO_Print::showSpecialInfo(KMPrinter *printer) bool KIO_Print::loadTemplate(const TQString& filename, TQString& buffer) { - TQFile f(locate("data", TQString::tqfromLatin1("kdeprint/template/")+filename)); + TQFile f(locate("data", TQString::tqfromLatin1("tdeprint/template/")+filename)); if (f.exists() && f.open(IO_ReadOnly)) { TQTextStream t(&f); @@ -789,12 +789,12 @@ void KIO_Print::showData(const TQString& pathname) /** * Locate a data in this order: - * - $KDEDIR/share/apps/kdeprint/template/ + * - $KDEDIR/share/apps/tdeprint/template/ * - as a desktop icon */ TQString KIO_Print::locateData(const TQString& item) { - TQString path = locate("data", "kdeprint/template/"+item); + TQString path = locate("data", "tdeprint/template/"+item); if (path.isEmpty()) path = KGlobal::iconLoader()->iconPath(item, KIcon::Desktop, true); return path; diff --git a/kdeprint/slave/kio_print.h b/kdeprint/slave/kio_print.h index 7f622cb6b..954a3045f 100644 --- a/kdeprint/slave/kio_print.h +++ b/kdeprint/slave/kio_print.h @@ -1,6 +1,6 @@ /* * This file is part of the KDE libraries - * Copyright (c) 2001 Michael Goffioul <kdeprint@swing.be> + * Copyright (c) 2001 Michael Goffioul <tdeprint@swing.be> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public diff --git a/kdeprint/slave/templates/CMakeLists.txt b/kdeprint/slave/templates/CMakeLists.txt index 31f11cf6a..f2344a0df 100644 --- a/kdeprint/slave/templates/CMakeLists.txt +++ b/kdeprint/slave/templates/CMakeLists.txt @@ -16,10 +16,10 @@ install( FILES box-top-middle.png bar-bottom-middle.png bar-top-right.png box-bottom-right.png box-top-right.png bar-bottom-right.png - bottom-left.png box-centre-kdeprint.png + bottom-left.png box-centre-tdeprint.png top-left.png bar-middle-left.png bottom-middle.png box-middle-left.png top-middle.png bar-middle-right.png - bottom-right.png box-middle-right.png top-right-kdeprint.png + bottom-right.png box-middle-right.png top-right-tdeprint.png bar-top-left.png box-bottom-left.png box-top-left.png htmlstyles.css - DESTINATION ${DATA_INSTALL_DIR}/kdeprint/template ) + DESTINATION ${DATA_INSTALL_DIR}/tdeprint/template ) diff --git a/kdeprint/slave/templates/Makefile.am b/kdeprint/slave/templates/Makefile.am index 7fde236a2..3f23f9d2d 100644 --- a/kdeprint/slave/templates/Makefile.am +++ b/kdeprint/slave/templates/Makefile.am @@ -13,7 +13,7 @@ template_DATA = class.template \ box-top-right.png \ bar-bottom-right.png \ bottom-left.png \ - box-centre-kdeprint.png \ + box-centre-tdeprint.png \ top-left.png \ bar-middle-left.png \ bottom-middle.png \ @@ -22,10 +22,10 @@ template_DATA = class.template \ bar-middle-right.png \ bottom-right.png \ box-middle-right.png \ - top-right-kdeprint.png \ + top-right-tdeprint.png \ bar-top-left.png \ box-bottom-left.png \ box-top-left.png \ htmlstyles.css -templatedir = $(kde_datadir)/kdeprint/template +templatedir = $(kde_datadir)/tdeprint/template diff --git a/kdeprint/slave/templates/class.template b/kdeprint/slave/templates/class.template index 4cbc075ab..b6a79a1fd 100644 --- a/kdeprint/slave/templates/class.template +++ b/kdeprint/slave/templates/class.template @@ -22,7 +22,7 @@ body {margin: 0px; padding: 0px; background-color: #418ade;} <div style= "background-image: url(top-middle.png); width: 100%; height: 131px;"> <div style="position: absolute; right: 0px;"> - <img src="top-right-kdeprint.png" style="margin: 0px" alt="" /> + <img src="top-right-tdeprint.png" style="margin: 0px" alt="" /> </div> <div style="position: absolute; left: 0px;"> @@ -88,7 +88,7 @@ body {margin: 0px; padding: 0px; background-color: #418ade;} <div style= "width: 100%; background-image: url(box-middle-left.png); background-repeat: repeat-y; text-align: center"> <div style= - "background-image: url(box-centre-kdeprint.png); background-repeat: no-repeat; background-color: #dfe7f3; background-position: top right; margin-left: 20px; margin-right: 20px;"> + "background-image: url(box-centre-tdeprint.png); background-repeat: no-repeat; background-color: #dfe7f3; background-position: top right; margin-left: 20px; margin-right: 20px;"> <h2 style="margin-top: 0px;"><img src="%1" width="32" height="32"/> %1<!--Title--></h2> <table border="1" cellspacing="0" cellpadding="1" width="100%"> diff --git a/kdeprint/slave/templates/driver.template b/kdeprint/slave/templates/driver.template index d5c8af111..8ba428e74 100644 --- a/kdeprint/slave/templates/driver.template +++ b/kdeprint/slave/templates/driver.template @@ -22,7 +22,7 @@ body {margin: 0px; padding: 0px; background-color: #418ade;} <div style= "background-image: url(top-middle.png); width: 100%; height: 131px;"> <div style="position: absolute; right: 0px;"> - <img src="top-right-kdeprint.png" style="margin: 0px" alt="" /> + <img src="top-right-tdeprint.png" style="margin: 0px" alt="" /> </div> <div style="position: absolute; left: 0px;"> @@ -88,7 +88,7 @@ body {margin: 0px; padding: 0px; background-color: #418ade;} <div style= "width: 100%; background-image: url(box-middle-left.png); background-repeat: repeat-y; text-align: center"> <div style= - "background-image: url(box-centre-kdeprint.png); background-repeat: no-repeat; background-color: #dfe7f3; background-position: top right; margin-left: 20px; margin-right: 20px;"> + "background-image: url(box-centre-tdeprint.png); background-repeat: no-repeat; background-color: #dfe7f3; background-position: top right; margin-left: 20px; margin-right: 20px;"> <h2 style="margin-top: 0px;"><img src="%1" width="32" height="32"/> %1<!--Title--></h2> <table border="1" cellspacing="0" cellpadding="1" width="100%"> diff --git a/kdeprint/slave/templates/jobs.template b/kdeprint/slave/templates/jobs.template index 6c326feec..684899aba 100644 --- a/kdeprint/slave/templates/jobs.template +++ b/kdeprint/slave/templates/jobs.template @@ -22,7 +22,7 @@ body {margin: 0px; padding: 0px; background-color: #418ade;} <div style= "background-image: url(top-middle.png); width: 100%; height: 131px;"> <div style="position: absolute; right: 0px;"> - <img src="top-right-kdeprint.png" style="margin: 0px" alt="" /> + <img src="top-right-tdeprint.png" style="margin: 0px" alt="" /> </div> <div style="position: absolute; left: 0px;"> @@ -88,7 +88,7 @@ body {margin: 0px; padding: 0px; background-color: #418ade;} <div style= "width: 100%; background-image: url(box-middle-left.png); background-repeat: repeat-y; text-align: center"> <div style= - "background-image: url(box-centre-kdeprint.png); background-repeat: no-repeat; background-color: #dfe7f3; background-position: top right; margin-left: 20px; margin-right: 20px;"> + "background-image: url(box-centre-tdeprint.png); background-repeat: no-repeat; background-color: #dfe7f3; background-position: top right; margin-left: 20px; margin-right: 20px;"> <h2 style="margin-top: 0px;"><img src="%1" width="32" height="32"/> %1<!--Title--></h2> <table border="1" cellspacing="0" cellpadding="1" width="100%"> diff --git a/kdeprint/slave/templates/printer.template b/kdeprint/slave/templates/printer.template index 44d6ba82b..3bdfa8665 100644 --- a/kdeprint/slave/templates/printer.template +++ b/kdeprint/slave/templates/printer.template @@ -22,7 +22,7 @@ body {margin: 0px; padding: 0px; background-color: #418ade;} <div style= "background-image: url(top-middle.png); width: 100%; height: 131px;"> <div style="position: absolute; right: 0px;"> - <img src="top-right-kdeprint.png" style="margin: 0px" alt="" /> + <img src="top-right-tdeprint.png" style="margin: 0px" alt="" /> </div> <div style="position: absolute; left: 0px;"> @@ -88,7 +88,7 @@ body {margin: 0px; padding: 0px; background-color: #418ade;} <div style= "width: 100%; background-image: url(box-middle-left.png); background-repeat: repeat-y; text-align: center"> <div style= - "background-image: url(box-centre-kdeprint.png); background-repeat: no-repeat; background-color: #dfe7f3; background-position: top right; margin-left: 20px; margin-right: 20px;"> + "background-image: url(box-centre-tdeprint.png); background-repeat: no-repeat; background-color: #dfe7f3; background-position: top right; margin-left: 20px; margin-right: 20px;"> <h2 style="margin-top: 0px;"><img src="%1" width="32" height="32"/> %1<!--Title--></h2> <table border="1" cellspacing="0" cellpadding="1" width="100%"> diff --git a/kdeprint/slave/templates/pseudo.template b/kdeprint/slave/templates/pseudo.template index d6dec46df..a5acc24d1 100644 --- a/kdeprint/slave/templates/pseudo.template +++ b/kdeprint/slave/templates/pseudo.template @@ -22,7 +22,7 @@ body {margin: 0px; padding: 0px; background-color: #418ade;} <div style= "background-image: url(top-middle.png); width: 100%; height: 131px;"> <div style="position: absolute; right: 0px;"> - <img src="top-right-kdeprint.png" style="margin: 0px" alt="" /> + <img src="top-right-tdeprint.png" style="margin: 0px" alt="" /> </div> <div style="position: absolute; left: 0px;"> @@ -88,7 +88,7 @@ body {margin: 0px; padding: 0px; background-color: #418ade;} <div style= "width: 100%; background-image: url(box-middle-left.png); background-repeat: repeat-y; text-align: center"> <div style= - "background-image: url(box-centre-kdeprint.png); background-repeat: no-repeat; background-color: #dfe7f3; background-position: top right; margin-left: 20px; margin-right: 20px;"> + "background-image: url(box-centre-tdeprint.png); background-repeat: no-repeat; background-color: #dfe7f3; background-position: top right; margin-left: 20px; margin-right: 20px;"> <h2 style="margin-top: 0px;"><img src="%1" width="32" height="32"/> %1<!--Title--></h2> <table border="1" cellspacing="0" cellpadding="1" width="100%"> |