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/kprintdialogpage.h | |
parent | b316b4a3bfd6fd9937c7166e052ad1d813459f2d (diff) | |
download | tdelibs-8500fd304d11f6b2c850a57d2ce436f7a98bb513.tar.gz tdelibs-8500fd304d11f6b2c850a57d2ce436f7a98bb513.zip |
Branding cleanup: KDE print -> TDE Print.
Diffstat (limited to 'tdeprint/kprintdialogpage.h')
-rw-r--r-- | tdeprint/kprintdialogpage.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeprint/kprintdialogpage.h b/tdeprint/kprintdialogpage.h index bffa8a47f..46152ee13 100644 --- a/tdeprint/kprintdialogpage.h +++ b/tdeprint/kprintdialogpage.h @@ -31,7 +31,7 @@ class DrMain; /** * This class is intended to be used as base class for customized print dialog page. One of - * the feature of the KDE print framework is to allow to customize the print dialog to + * the feature of the TDE print framework is to allow to customize the print dialog to * add some application specific print options. This is done by subclassing KPrintDialogPage * and reimplementing the 3 virtual functions getOptions, setOptions and * isValid(). The print options will be stored in the KPrinter object, and will be |