diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-05-10 13:03:38 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-05-10 13:03:38 -0500 |
commit | 8500fd304d11f6b2c850a57d2ce436f7a98bb513 (patch) | |
tree | 3d6bd70da0e76d1b4df1559648e5f09a7ece810c /tdeprint/cups | |
parent | b316b4a3bfd6fd9937c7166e052ad1d813459f2d (diff) | |
download | tdelibs-8500fd304d11f6b2c850a57d2ce436f7a98bb513.tar.gz tdelibs-8500fd304d11f6b2c850a57d2ce436f7a98bb513.zip |
Branding cleanup: KDE print -> TDE Print.
Diffstat (limited to 'tdeprint/cups')
-rw-r--r-- | tdeprint/cups/cups.print | 2 | ||||
-rw-r--r-- | tdeprint/cups/cupsdconf2/cupsd.conf.template | 4 | ||||
-rw-r--r-- | tdeprint/cups/cupsdoprint.c | 2 | ||||
-rw-r--r-- | tdeprint/cups/kmcupsmanager.cpp | 2 | ||||
-rw-r--r-- | tdeprint/cups/kphpgl2page.cpp | 12 | ||||
-rw-r--r-- | tdeprint/cups/kpimagepage.cpp | 12 | ||||
-rw-r--r-- | tdeprint/cups/kpschedulepage.cpp | 8 | ||||
-rw-r--r-- | tdeprint/cups/kptagspage.cpp | 4 | ||||
-rw-r--r-- | tdeprint/cups/kptextpage.cpp | 18 |
9 files changed, 32 insertions, 32 deletions
diff --git a/tdeprint/cups/cups.print b/tdeprint/cups/cups.print index 03b2474ee..dbeb2b690 100644 --- a/tdeprint/cups/cups.print +++ b/tdeprint/cups/cups.print @@ -1,4 +1,4 @@ -[KDE Print Entry] +[TDE Print Entry] PrintSystem=cups Comment=CUPS (Common UNIX Print System) Comment[af]=Cups (Gemeenskaplike Unix Druk Stelsel) diff --git a/tdeprint/cups/cupsdconf2/cupsd.conf.template b/tdeprint/cups/cupsdconf2/cupsd.conf.template index 08d4b9425..82d6c95f8 100644 --- a/tdeprint/cups/cupsdconf2/cupsd.conf.template +++ b/tdeprint/cups/cupsdconf2/cupsd.conf.template @@ -1,8 +1,8 @@ %%header # CUPS configuration file, generated by CUPS configuration tool. -# This tool is part of KDEPrint, the printing framework for KDE +# This tool is part of TDEPrint, the printing framework for TDE # since version 2.2.2 and is used by the CUPS supporting module -# in KDEPrint. The predecessors to KDEPrint in former KDE releases +# in TDEPrint. The predecessors to TDEPrint in former TDE releases # were KUPS and QtCUPS; they are deprecated and no longer maintained. # # Author: Michael Goffioul <tdeprint@swing.be> diff --git a/tdeprint/cups/cupsdoprint.c b/tdeprint/cups/cupsdoprint.c index a12a2adf8..999b5f493 100644 --- a/tdeprint/cups/cupsdoprint.c +++ b/tdeprint/cups/cupsdoprint.c @@ -219,7 +219,7 @@ int main(int argc, char* argv[]) if (host[0] != 0) cupsSetServer(host); if (port > 0) ippSetPort(port); if (login[0] != 0) cupsSetUser(login); - if (jobname[0] == 0) strcpy(jobname,"KDE Print System"); + if (jobname[0] == 0) strcpy(jobname,"TDE Print System"); cupsSetPasswordCB(getPasswordCB); /* check for files */ diff --git a/tdeprint/cups/kmcupsmanager.cpp b/tdeprint/cups/kmcupsmanager.cpp index 01c5b8cd6..43b2d587a 100644 --- a/tdeprint/cups/kmcupsmanager.cpp +++ b/tdeprint/cups/kmcupsmanager.cpp @@ -405,7 +405,7 @@ bool KMCupsManager::testPrinter(KMPrinter *p) req.addURI(IPP_TAG_OPERATION,"printer-uri",uri); req.addMime(IPP_TAG_OPERATION,"document-format","application/postscript"); if (!CupsInfos::self()->login().isEmpty()) req.addName(IPP_TAG_OPERATION,"requesting-user-name",CupsInfos::self()->login()); - req.addName(IPP_TAG_OPERATION,"job-name",TQString::fromLatin1("KDE Print Test")); + req.addName(IPP_TAG_OPERATION,"job-name",TQString::fromLatin1("TDE Print Test")); if (req.doFileRequest("/printers/",testpage)) return true; reportIppError(&req); diff --git a/tdeprint/cups/kphpgl2page.cpp b/tdeprint/cups/kphpgl2page.cpp index 080cdf453..67ad61aec 100644 --- a/tdeprint/cups/kphpgl2page.cpp +++ b/tdeprint/cups/kphpgl2page.cpp @@ -37,7 +37,7 @@ KPHpgl2Page::KPHpgl2Page(TQWidget *parent, const char *name) " pen colors defined in the HP-GL/2 reference manual from Hewlett Packard. </p> " " <br> " " <hr> " - " <p><em><b>Additional hint for power users:</b> This KDEPrint GUI element matches " + " <p><em><b>Additional hint for power users:</b> This TDEPrint GUI element matches " " with the CUPS commandline job option parameter:</em> " " <pre>" " -o blackplot=true " @@ -58,7 +58,7 @@ KPHpgl2Page::KPHpgl2Page(TQWidget *parent, const char *name) " to PostScript assumes the plot is ANSI E size. </p> " " <br> " " <hr> " - " <p><em><b>Additional hint for power users:</b> This KDEPrint GUI element matches with the CUPS commandline job option parameter:</em> " + " <p><em><b>Additional hint for power users:</b> This TDEPrint GUI element matches with the CUPS commandline job option parameter:</em> " " <pre> " " -o fitplot=true " " </pre>" @@ -75,7 +75,7 @@ KPHpgl2Page::KPHpgl2Page(TQWidget *parent, const char *name) " the plot file itself..</p> " " <br> " " <hr> " - " <p><em><b>Additional hint for power users:</b> This KDEPrint GUI element matches with the CUPS commandline job option parameter:</em> " + " <p><em><b>Additional hint for power users:</b> This TDEPrint GUI element matches with the CUPS commandline job option parameter:</em> " " <pre>" " -o penwidth=... # example: \"2000\" or \"500\" " " </pre>" @@ -84,11 +84,11 @@ KPHpgl2Page::KPHpgl2Page(TQWidget *parent, const char *name) TQString whatsThisAllOptionsHpgl2Page = i18n( " <qt> " " <b>HP-GL Print Options</b> " - " <p>All options on this page are only applicable if you use KDEPrint to send HP-GL and " + " <p>All options on this page are only applicable if you use TDEPrint to send HP-GL and " " HP-GL/2 files to one of your printers. </p> " " <p>HP-GL and HP-GL/2 are page description languages developed by Hewlett-Packard to drive " " Pen Plotting devices. </p> " - " <p>KDEPrint can (with the help of CUPS) convert the HP-GL file format and print it " + " <p>TDEPrint can (with the help of CUPS) convert the HP-GL file format and print it " " on any installed printer. </p> " " <p><b>Note 1:</b> To print HP-GL files, start 'kprinter' and simply load the file into " " the running kprinter.</p>" @@ -96,7 +96,7 @@ KPHpgl2Page::KPHpgl2Page(TQWidget *parent, const char *name) " printing PDF files (if your CUPS version is more recent than 1.1.22).</p> " " <br> " " <hr> " - " <p><em><b>Additional hint for power users:</b> These KDEPrint GUI elements match with CUPS commandline job option parameters:</em> " + " <p><em><b>Additional hint for power users:</b> These TDEPrint GUI elements match with CUPS commandline job option parameters:</em> " " <pre>" " -o blackplot=... # examples: \"true\" or \"false\" " " <br> " diff --git a/tdeprint/cups/kpimagepage.cpp b/tdeprint/cups/kpimagepage.cpp index a04d97dec..669bab190 100644 --- a/tdeprint/cups/kpimagepage.cpp +++ b/tdeprint/cups/kpimagepage.cpp @@ -47,7 +47,7 @@ KPImagePage::KPImagePage(DrMain *driver, TQWidget *parent, const char *name) " lighten the print. Values less than 100 will darken the print. </p> " " <br> " " <hr> " - " <p><em><b>Additional hint for power users:</b> This KDEPrint GUI element matches " + " <p><em><b>Additional hint for power users:</b> This TDEPrint GUI element matches " " with the CUPS commandline job option parameter:</em> " " <pre>" " -o brightness=... # use range from \"0\" to \"200\" " @@ -72,7 +72,7 @@ KPImagePage::KPImagePage(DrMain *driver, TQWidget *parent, const char *name) " </center> " " <br> " " <hr> " - " <p><em><b>Additional hint for power users:</b> This KDEPrint GUI element matches " + " <p><em><b>Additional hint for power users:</b> This TDEPrint GUI element matches " " with the CUPS commandline job option parameter:</em> " " <pre>" " -o hue=... # use range from \"-360\" to \"360\" " @@ -90,7 +90,7 @@ KPImagePage::KPImagePage(DrMain *driver, TQWidget *parent, const char *name) " make the colors extremely intense. </p>" " <br> " " <hr> " - " <p><em><b>Additional hint for power users:</b> This KDEPrint GUI element matches " + " <p><em><b>Additional hint for power users:</b> This TDEPrint GUI element matches " " with the CUPS commandline job option parameter:</em> " " <pre>" " -o saturation=... # use range from \"0\" to \"200\" " @@ -107,7 +107,7 @@ KPImagePage::KPImagePage(DrMain *driver, TQWidget *parent, const char *name) " preview. </p> " " <br> " " <hr> " - " <p><em><b>Additional hint for power users:</b> This KDEPrint GUI element matches " + " <p><em><b>Additional hint for power users:</b> This TDEPrint GUI element matches " " with the CUPS commandline job option parameter:</em> " " <pre>" " -o gamma=... # use range from \"1\" to \"3000\" " @@ -177,7 +177,7 @@ KPImagePage::KPImagePage(DrMain *driver, TQWidget *parent, const char *name) " </ul> " " <br> " " <hr> " - " <p><em><b>Additional hint for power users:</b> This KDEPrint GUI element matches " + " <p><em><b>Additional hint for power users:</b> This TDEPrint GUI element matches " " with the CUPS commandline job option parameter:</em> " " <pre>" " -o natural-scaling=... # range in % is 1....800 " @@ -226,7 +226,7 @@ KPImagePage::KPImagePage(DrMain *driver, TQWidget *parent, const char *name) " is 'center'. </p> " " <br> " " <hr> " - " <p><em><b>Additional hint for power users:</b> This KDEPrint GUI element matches " + " <p><em><b>Additional hint for power users:</b> This TDEPrint GUI element matches " " with the CUPS commandline job option parameter:</em> " " <pre>" " -o position=... # examples: \"top-left\" or \"bottom\" " diff --git a/tdeprint/cups/kpschedulepage.cpp b/tdeprint/cups/kpschedulepage.cpp index 4d8bab4d1..f778139dc 100644 --- a/tdeprint/cups/kpschedulepage.cpp +++ b/tdeprint/cups/kpschedulepage.cpp @@ -49,7 +49,7 @@ KPSchedulePage::KPSchedulePage(TQWidget *parent, const char *name) " companies, or secretaries who serve different bosses, etc.</p>" " <br> " " <hr> " - " <p><em><b>Additional hint for power users:</b> This KDEPrint GUI element matches " + " <p><em><b>Additional hint for power users:</b> This TDEPrint GUI element matches " " with the CUPS commandline job option parameter:</em> " " <pre>" " -o job-billing=... # example: \"Marketing_Department\" or \"Joe_Doe\" " @@ -76,7 +76,7 @@ KPSchedulePage::KPSchedulePage(TQWidget *parent, const char *name) " into the paper trays).</p>" " <br> " " <hr> " - " <p><em><b>Additional hint for power users:</b> This KDEPrint GUI element matches " + " <p><em><b>Additional hint for power users:</b> This TDEPrint GUI element matches " " with the CUPS commandline job option parameter:</em> " " <pre>" " -o job-hold-until=... # example: \"indefinite\" or \"no-hold\" " @@ -91,7 +91,7 @@ KPSchedulePage::KPSchedulePage(TQWidget *parent, const char *name) " <p>They contain any string you type into the line edit field.</p>" " <br> " " <hr> " - " <p><em><b>Additional hint for power users:</b> This KDEPrint GUI element matches " + " <p><em><b>Additional hint for power users:</b> This TDEPrint GUI element matches " " with the CUPS commandline job option parameter:</em> " " <pre>" " -o page-label=\"...\" # example: \"Company Confidential\" " @@ -115,7 +115,7 @@ KPSchedulePage::KPSchedulePage(TQWidget *parent, const char *name) " a populated queue (if no other, higher prioritized one is present).</p>" " <br> " " <hr> " - " <p><em><b>Additional hint for power users:</b> This KDEPrint GUI element matches " + " <p><em><b>Additional hint for power users:</b> This TDEPrint GUI element matches " " with the CUPS commandline job option parameter:</em> " " <pre>" " -o job-priority=... # example: \"10\" or \"66\" or \"99\" " diff --git a/tdeprint/cups/kptagspage.cpp b/tdeprint/cups/kptagspage.cpp index f47b0930c..a5d465683 100644 --- a/tdeprint/cups/kptagspage.cpp +++ b/tdeprint/cups/kptagspage.cpp @@ -38,7 +38,7 @@ KPTagsPage::KPTagsPage(bool ro, TQWidget *parent, const char *name) " There are 3 purposes for this:" " <ul>" " <li>Use any current or future standard CUPS job option not supported by the " - " KDEPrint GUI. </li>" + " TDEPrint GUI. </li>" " <li>Control any custom job option you may want to support in custom CUPS filters " " and backends plugged into the CUPS filtering chain.</li> " " <li>Send short messages to the operators of your production printers in your " @@ -70,7 +70,7 @@ KPTagsPage::KPTagsPage(bool ro, TQWidget *parent, const char *name) " <p><b>Note:</b> the fields must not include spaces, tabs or quotes. You may need to " " double-click on a field to edit it." " <p><b>Warning:</b> Do not use such standard CUPS option names which also can be used " - " through the KDEPrint GUI. Results may be unpredictable if they conflict, " + " through the TDEPrint GUI. Results may be unpredictable if they conflict, " " or if they are sent multiple times. For all options supported by the GUI, please do use " " the GUI. (Each GUI element's 'WhatsThis' names the related CUPS option name.) </p> " " </qt>" ); diff --git a/tdeprint/cups/kptextpage.cpp b/tdeprint/cups/kptextpage.cpp index 3fe711104..eb8bc3553 100644 --- a/tdeprint/cups/kptextpage.cpp +++ b/tdeprint/cups/kptextpage.cpp @@ -44,7 +44,7 @@ KPTextPage::KPTextPage(DrMain *driver, TQWidget *parent, const char *name) " <p>The default value is 10, meaning that the font is scaled in a way that 10 characters " " per inch will be printed. </p> " " <hr> " - " <p><em><b>Additional hint for power users:</b> This KDEPrint GUI element matches " + " <p><em><b>Additional hint for power users:</b> This TDEPrint GUI element matches " " with the CUPS commandline job option parameter:</em> " " <pre>" " -o cpi=... # example: \"8\" or \"12\" " @@ -58,7 +58,7 @@ KPTextPage::KPTextPage(DrMain *driver, TQWidget *parent, const char *name) " <p>The default value is 6, meaning that the font is scaled in a way that 6 lines " " per inch will be printed. </p> " " <hr> " - " <p><em><b>Additional hint for power users:</b> This KDEPrint GUI element matches " + " <p><em><b>Additional hint for power users:</b> This TDEPrint GUI element matches " " with the CUPS commandline job option parameter:</em> " " <pre>" " -o lpi=... # example \"5\" or \"7\" " @@ -73,7 +73,7 @@ KPTextPage::KPTextPage(DrMain *driver, TQWidget *parent, const char *name) " <p>The default value is 1, meaning that only one column of text per page " " will be printed. </p> " " <hr> " - " <p><em><b>Additional hint for power users:</b> This KDEPrint GUI element matches " + " <p><em><b>Additional hint for power users:</b> This TDEPrint GUI element matches " " with the CUPS commandline job option parameter:</em> " " <pre>" " -o columns=... # example: \"2\" or \"4\" " @@ -93,7 +93,7 @@ KPTextPage::KPTextPage(DrMain *driver, TQWidget *parent, const char *name) " in general send PostScript to the print system, and 'kate' in particular has its own " " knobs to control the print output. </p>." " <hr> " - " <p><em><b>Additional hint for power users:</b> This KDEPrint GUI element matches " + " <p><em><b>Additional hint for power users:</b> This TDEPrint GUI element matches " " with the CUPS commandline job option parameter:</em> " " <pre>" " -o cpi=... # example: \"8\" or \"12\" " @@ -109,7 +109,7 @@ KPTextPage::KPTextPage(DrMain *driver, TQWidget *parent, const char *name) " <p><b>Margins</b></p> " " <p>These settings control the margins of printouts on the paper. They are not valid for " " jobs originating from applications which define their own page layout internally and " - " send PostScript to KDEPrint (such as KOffice or OpenOffice.org). </p> " + " send PostScript to TDEPrint (such as KOffice or OpenOffice.org). </p> " " <p>When printing from KDE applications, such as KMail and Konqueror, or printing an ASCII text " " file through kprinter, you can choose your preferred margin settings here. </p> " " <p>Margins may be set individually for each edge of the paper. The combo box at the bottom lets you change " @@ -117,7 +117,7 @@ KPTextPage::KPTextPage(DrMain *driver, TQWidget *parent, const char *name) " <p>You can even use the mouse to grab one margin and drag it to the intended position (see the " " preview picture on the right side). </p> " " <hr> " - " <p><em><b>Additional hint for power users:</b> This KDEPrint GUI element matches " + " <p><em><b>Additional hint for power users:</b> This TDEPrint GUI element matches " " with the CUPS commandline job option parameter:</em> " " <pre>" " -o page-top=... # example: \"72\" " @@ -142,7 +142,7 @@ KPTextPage::KPTextPage(DrMain *driver, TQWidget *parent, const char *name) " pre-filter on the <em>Filters</em> tab. </p>" " <br> " " <hr> " - " <p><em><b>Additional hint for power users:</b> This KDEPrint GUI element matches " + " <p><em><b>Additional hint for power users:</b> This TDEPrint GUI element matches " " with the CUPS commandline job option parameter:</em> " " <pre>" " -o prettyprint=true. " @@ -156,7 +156,7 @@ KPTextPage::KPTextPage(DrMain *driver, TQWidget *parent, const char *name) " header and without syntax highlighting. (You can still set the page margins, though.) </p> " " <br> " " <hr> " - " <p><em><b>Additional hint for power users:</b> This KDEPrint GUI element matches " + " <p><em><b>Additional hint for power users:</b> This TDEPrint GUI element matches " " with the CUPS commandline job option parameter:</em> " " <pre>" " -o prettyprint=false " @@ -175,7 +175,7 @@ KPTextPage::KPTextPage(DrMain *driver, TQWidget *parent, const char *name) " pre-filter on the <em>Filters</em> tab. </p> " " <br> " " <hr> " - " <p><em><b>Additional hint for power users:</b> This KDEPrint GUI element matches " + " <p><em><b>Additional hint for power users:</b> This TDEPrint GUI element matches " " with the CUPS commandline job option parameter:</em> " " <pre>" " -o prettyprint=true. " |