diff options
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 |