diff options
Diffstat (limited to 'tdeprint/marginwidget.cpp')
-rw-r--r-- | tdeprint/marginwidget.cpp | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/tdeprint/marginwidget.cpp b/tdeprint/marginwidget.cpp index c4999a95f..141cadc56 100644 --- a/tdeprint/marginwidget.cpp +++ b/tdeprint/marginwidget.cpp @@ -46,7 +46,7 @@ MarginWidget::MarginWidget(TQWidget *parent, const char* name, bool allowMetricU " internally.</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-top=... # use values from \"0\" or higher. \"72\" is equal to 1 inch. " @@ -66,7 +66,7 @@ MarginWidget::MarginWidget(TQWidget *parent, const char* name, bool allowMetricU " internally.</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-bottom=... # use values from \"0\" or higher. \"72\" is equal to 1 inch. " @@ -85,7 +85,7 @@ MarginWidget::MarginWidget(TQWidget *parent, const char* name, bool allowMetricU " internally.</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-left=... # use values from \"0\" or higher. \"72\" is equal to 1 inch. " @@ -104,7 +104,7 @@ MarginWidget::MarginWidget(TQWidget *parent, const char* name, bool allowMetricU " internally.</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-right=... # use values from \"0\" or higher. \"72\" is equal to 1 inch. " @@ -132,7 +132,7 @@ MarginWidget::MarginWidget(TQWidget *parent, const char* name, bool allowMetricU " kprinter, which have their print margins hardcoded internally, like as most " " PDF or PostScript files. It works for all ASCII text files however. It also may not " " work with non-TDE applications which fail to " - " fully utilize the KDEPrint framework, such as OpenOffice.org. </p> " + " fully utilize the TDEPrint framework, such as OpenOffice.org. </p> " " </qt>" ); TQString whatsThisDragAndPreviewMarginWidget = i18n( " <qt> " |