summaryrefslogtreecommitdiffstats
path: root/tdeprint/rlpr/kmrlprmanager.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tdeprint/rlpr/kmrlprmanager.cpp')
-rw-r--r--tdeprint/rlpr/kmrlprmanager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tdeprint/rlpr/kmrlprmanager.cpp b/tdeprint/rlpr/kmrlprmanager.cpp
index 804241e36..c6704ed09 100644
--- a/tdeprint/rlpr/kmrlprmanager.cpp
+++ b/tdeprint/rlpr/kmrlprmanager.cpp
@@ -134,7 +134,7 @@ void KMRlprManager::savePrintersConf(const TQString& filename)
if (f.open(IO_WriteOnly))
{
TQTextStream t(&f);
- t << "# File generated by KDE print system. Don't edit by hand." << endl;
+ t << "# File generated by TDE print system. Don't edit by hand." << endl;
TQPtrListIterator<KMPrinter> it(m_printers);
for (;it.current();++it)
{