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