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/kpfilterpage.cpp | |
parent | b316b4a3bfd6fd9937c7166e052ad1d813459f2d (diff) | |
download | tdelibs-8500fd304d11f6b2c850a57d2ce436f7a98bb513.tar.gz tdelibs-8500fd304d11f6b2c850a57d2ce436f7a98bb513.zip |
Branding cleanup: KDE print -> TDE Print.
Diffstat (limited to 'tdeprint/kpfilterpage.cpp')
-rw-r--r-- | tdeprint/kpfilterpage.cpp | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/tdeprint/kpfilterpage.cpp b/tdeprint/kpfilterpage.cpp index b321b3141..66eda203d 100644 --- a/tdeprint/kpfilterpage.cpp +++ b/tdeprint/kpfilterpage.cpp @@ -43,7 +43,7 @@ KPFilterPage::KPFilterPage(TQWidget *parent, const char *name) " <p>This button calls a little dialog to let you" " select a filter here. </p>" " <p><b>Note 1:</b> You can chain different filters as long as you make " - " sure that the output of one fits as input of the next. (KDEPrint " + " sure that the output of one fits as input of the next. (TDEPrint " " checks your filtering chain and will warn you if you fail to do so.</p> " " <p><b>Note 2:</b> The filters you define here are applied to your jobfile " " <em><b>before</b></em> it is handed downstream to your spooler and print " @@ -76,7 +76,7 @@ KPFilterPage::KPFilterPage(TQWidget *parent, const char *name) " <p>This field shows some general info about the selected filter. " " Amongst them are: " " <ul> " - " <li>the <em>filter name</em> (as displayed in the KDEPrint user interface); </li> " + " <li>the <em>filter name</em> (as displayed in the TDEPrint user interface); </li> " " <li>the <em>filter requirements</em> (that is the external program that needs " " to present and executable on this system); </li> " " <li>the <em>filter input format</em> (in the form of one or several <em>MIME types</em>" @@ -91,7 +91,7 @@ KPFilterPage::KPFilterPage(TQWidget *parent, const char *name) TQString whatsThisFilterchainListView = i18n( " <qt> <b>Filtering Chain</b> (if enabled, is run <em>before</em> actual " " job submission to print system)" " <p>This field shows which filters are currently selected to act as 'pre-filters' " - " for KDEPrint. Pre-filters are processing the print files <em>before</em> they are " + " for TDEPrint. Pre-filters are processing the print files <em>before</em> they are " " send downstream to your real print subsystem. </p> " " <p>The list shown in this field may be empty (default). </p> " " <p>The pre-filters act on the printjob in the order they are listed (from top to bottom). " @@ -100,13 +100,13 @@ KPFilterPage::KPFilterPage(TQWidget *parent, const char *name) " the filtering chain fail. For example: if your file is ASCII text, and you want the " " output being processed by the 'Multipage per Sheet' filter, the first filter must be " " one that processes ASCII into PostScript. </p> " - " <p>KDEPrint can utilize <em>any</em> external filtering program which you may find useful " + " <p>TDEPrint can utilize <em>any</em> external filtering program which you may find useful " " through this interface. </p> " - " <p>KDEPrint ships preconfigured with support for a selection of common filters. These " + " <p>TDEPrint ships preconfigured with support for a selection of common filters. These " " filters however need to be " - " installed independently from KDEPrint. These pre-filters work <em>for all</em> print subsystems" - " supported by KDEPrint (such as CUPS, LPRng and LPD), because they are not depending on these.</p> " - ".<p> Amongst the pre-configured filters shipping with KDEPrint are: </p> " + " installed independently from TDEPrint. These pre-filters work <em>for all</em> print subsystems" + " supported by TDEPrint (such as CUPS, LPRng and LPD), because they are not depending on these.</p> " + ".<p> Amongst the pre-configured filters shipping with TDEPrint are: </p> " " <ul> " " <li>the <em>Enscript text filter</em> </li> " " <li>a <em>Multiple Pages per Sheet filter</em </li> " @@ -117,7 +117,7 @@ KPFilterPage::KPFilterPage(TQWidget *parent, const char *name) " </ul> " " To insert a filter into this list, simply click on the <em>funnel</em> icon (topmost on " " the right icon column group) and proceed. </p>" - " <p>Please click on the other elements of this dialog to learn more about the KDEPrint " + " <p>Please click on the other elements of this dialog to learn more about the TDEPrint " " pre-filters. " " </p>" " </qt>" ); |