diff options
Diffstat (limited to 'kdeprint/printmgr/kcmprintmgr.cpp')
-rw-r--r-- | kdeprint/printmgr/kcmprintmgr.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kdeprint/printmgr/kcmprintmgr.cpp b/kdeprint/printmgr/kcmprintmgr.cpp index 0d0f8b170..34b773070 100644 --- a/kdeprint/printmgr/kcmprintmgr.cpp +++ b/kdeprint/printmgr/kcmprintmgr.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 @@ -18,7 +18,7 @@ **/ #include "kcmprintmgr.h" -#include "kdeprint/kmmainview.h" +#include "tdeprint/kmmainview.h" #include <tqlayout.h> @@ -51,7 +51,7 @@ KCMPrintMgr::KCMPrintMgr(TQWidget *parent, const char *name, const TQStringList new KAboutData(I18N_NOOP("kcmprintmgr"), I18N_NOOP("KDE Printing Management"), 0, 0, KAboutData::License_GPL, I18N_NOOP("(c) 2000 - 2002 Michael Goffioul")); - about->addAuthor("Michael Goffioul", 0, "kdeprint@swing.be"); + about->addAuthor("Michael Goffioul", 0, "tdeprint@swing.be"); setAboutData(about); } |