diff options
Diffstat (limited to 'kdeprint/rlpr/kmrlprmanager.cpp')
-rw-r--r-- | kdeprint/rlpr/kmrlprmanager.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kdeprint/rlpr/kmrlprmanager.cpp b/kdeprint/rlpr/kmrlprmanager.cpp index 467f6c58e..64f6acde1 100644 --- a/kdeprint/rlpr/kmrlprmanager.cpp +++ b/kdeprint/rlpr/kmrlprmanager.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 @@ -154,5 +154,5 @@ void KMRlprManager::savePrintersConf(const TQString& filename) TQString KMRlprManager::printerFile() { - return locateLocal("data","kdeprint/printers.conf"); + return locateLocal("data","tdeprint/printers.conf"); } |