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/lpr | |
parent | b316b4a3bfd6fd9937c7166e052ad1d813459f2d (diff) | |
download | tdelibs-8500fd304d11f6b2c850a57d2ce436f7a98bb513.tar.gz tdelibs-8500fd304d11f6b2c850a57d2ce436f7a98bb513.zip |
Branding cleanup: KDE print -> TDE Print.
Diffstat (limited to 'tdeprint/lpr')
-rw-r--r-- | tdeprint/lpr/apshandler.cpp | 2 | ||||
-rw-r--r-- | tdeprint/lpr/lpr.print | 2 | ||||
-rw-r--r-- | tdeprint/lpr/lprhandler.h | 6 | ||||
-rw-r--r-- | tdeprint/lpr/lprsettings.h | 6 | ||||
-rw-r--r-- | tdeprint/lpr/printcapentry.h | 10 |
5 files changed, 13 insertions, 13 deletions
diff --git a/tdeprint/lpr/apshandler.cpp b/tdeprint/lpr/apshandler.cpp index 1c395e67c..f6eb1f8aa 100644 --- a/tdeprint/lpr/apshandler.cpp +++ b/tdeprint/lpr/apshandler.cpp @@ -326,7 +326,7 @@ bool ApsHandler::savePrinterDriver(KMPrinter *prt, PrintcapEntry *entry, DrMain if (f.open(IO_WriteOnly)) { TQTextStream t(&f); - t << "# File generated by KDEPrint" << endl; + t << "# File generated by TDEPrint" << endl; t << "PRINTER='" << driver->get("gsdriver") << "'" << endl; TQValueStack<DrGroup*> stack; stack.push(driver); diff --git a/tdeprint/lpr/lpr.print b/tdeprint/lpr/lpr.print index e8cd8a3d7..1d671ce89 100644 --- a/tdeprint/lpr/lpr.print +++ b/tdeprint/lpr/lpr.print @@ -1,4 +1,4 @@ -[KDE Print Entry] +[TDE Print Entry] PrintSystem=lpr Comment=LPR/LPRng Print System Comment[af]= lpr /Lprng Druk Stelsel diff --git a/tdeprint/lpr/lprhandler.h b/tdeprint/lpr/lprhandler.h index 840c9bbd9..3a9188210 100644 --- a/tdeprint/lpr/lprhandler.h +++ b/tdeprint/lpr/lprhandler.h @@ -21,7 +21,7 @@ #define LPRHANDLER_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> @@ -34,9 +34,9 @@ class KPrinter; /** * @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 LprHandler diff --git a/tdeprint/lpr/lprsettings.h b/tdeprint/lpr/lprsettings.h index 7b0bf14e7..590eafdff 100644 --- a/tdeprint/lpr/lprsettings.h +++ b/tdeprint/lpr/lprsettings.h @@ -21,7 +21,7 @@ #define LPRSETTINGS_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 <tqobject.h> @@ -29,9 +29,9 @@ /** * @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 LprSettings : public TQObject, public KPReloadObject diff --git a/tdeprint/lpr/printcapentry.h b/tdeprint/lpr/printcapentry.h index b2d3931a8..a64da125c 100644 --- a/tdeprint/lpr/printcapentry.h +++ b/tdeprint/lpr/printcapentry.h @@ -21,7 +21,7 @@ #define PRINTCAPENTRY_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> @@ -31,9 +31,9 @@ /** * @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 Field @@ -58,9 +58,9 @@ public: /** * @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 PrintcapEntry |