summaryrefslogtreecommitdiffstats
path: root/tdeprint/lpd/kmlpdmanager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tdeprint/lpd/kmlpdmanager.cpp')
-rw-r--r--tdeprint/lpd/kmlpdmanager.cpp2
1 files changed, 1 insertions, 1 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);