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/kmprinter.h | |
parent | b316b4a3bfd6fd9937c7166e052ad1d813459f2d (diff) | |
download | tdelibs-8500fd304d11f6b2c850a57d2ce436f7a98bb513.tar.gz tdelibs-8500fd304d11f6b2c850a57d2ce436f7a98bb513.zip |
Branding cleanup: KDE print -> TDE Print.
Diffstat (limited to 'tdeprint/kmprinter.h')
-rw-r--r-- | tdeprint/kmprinter.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tdeprint/kmprinter.h b/tdeprint/kmprinter.h index ed77c4776..41a695854 100644 --- a/tdeprint/kmprinter.h +++ b/tdeprint/kmprinter.h @@ -21,7 +21,7 @@ #define KMPRINTER_H #if !defined( _TDEPRINT_COMPILE ) && defined( __GNUC__ ) -#warning internal header, do not use except if you are a KDEPrint developer +#warning internal header, do not use except if you are a TDEPrint developer #endif #include <tqstring.h> @@ -38,9 +38,9 @@ class TQWidget; /** * @internal - * This class is internal to KDEPrint and is not intended to be + * This class is internal to TDEPrint and is not intended to be * used outside it. Please do not make use of this header, except - * if you're a KDEPrint developer. The API might change in the + * if you're a TDEPrint developer. The API might change in the * future and binary compatibility might be broken. */ class TDEPRINT_EXPORT KMPrinter : public KMObject |