diff options
Diffstat (limited to 'kdeprint/kmprinter.cpp')
-rw-r--r-- | kdeprint/kmprinter.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kdeprint/kmprinter.cpp b/kdeprint/kmprinter.cpp index 5749a47c5..b18116ef8 100644 --- a/kdeprint/kmprinter.cpp +++ b/kdeprint/kmprinter.cpp @@ -1,6 +1,6 @@ /* * This file is part of the KDE libraries - * Copyright (c) 2001 Michael Goffioul <kdeprint@swing.be> + * Copyright (c) 2001 Michael Goffioul <tdeprint@swing.be> * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public @@ -90,7 +90,7 @@ TQString KMPrinter::pixmap() { if (!m_pixmap.isEmpty()) return m_pixmap; - QString str("kdeprint_printer"); + QString str("tdeprint_printer"); if (!isValid()) str.append("_defect"); else { |