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/lpd | |
parent | b316b4a3bfd6fd9937c7166e052ad1d813459f2d (diff) | |
download | tdelibs-8500fd304d11f6b2c850a57d2ce436f7a98bb513.tar.gz tdelibs-8500fd304d11f6b2c850a57d2ce436f7a98bb513.zip |
Branding cleanup: KDE print -> TDE Print.
Diffstat (limited to 'tdeprint/lpd')
-rw-r--r-- | tdeprint/lpd/kmlpdmanager.cpp | 2 | ||||
-rw-r--r-- | tdeprint/lpd/lpd.print | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tdeprint/lpd/kmlpdmanager.cpp b/tdeprint/lpd/kmlpdmanager.cpp index fcc6fdac8..fcb79a052 100644 --- a/tdeprint/lpd/kmlpdmanager.cpp +++ b/tdeprint/lpd/kmlpdmanager.cpp @@ -354,7 +354,7 @@ bool KMLpdManager::writePrintcapFile(const TQString& filename) if (f.open(IO_WriteOnly)) { QTextStream t(&f); - t << "# File generated by KDE print (LPD plugin).\n#Don't edit by hand." << endl << endl; + t << "# File generated by TDE print (LPD plugin).\n#Don't edit by hand." << endl << endl; TQDictIterator<PrintcapEntry> it(m_entries); for (;it.current();++it) it.current()->writeEntry(t); diff --git a/tdeprint/lpd/lpd.print b/tdeprint/lpd/lpd.print index 019d5b9c8..8f1416269 100644 --- a/tdeprint/lpd/lpd.print +++ b/tdeprint/lpd/lpd.print @@ -1,4 +1,4 @@ -[KDE Print Entry] +[TDE Print Entry] PrintSystem=lpd Comment=LPR (Standard BSD print system) Comment[af]= Lpr (Standaard Bsd druk stelsel) |