summaryrefslogtreecommitdiffstats
path: root/kdeprint/printmgr
diff options
context:
space:
mode:
Diffstat (limited to 'kdeprint/printmgr')
-rw-r--r--kdeprint/printmgr/CMakeLists.txt2
-rw-r--r--kdeprint/printmgr/Makefile.am2
-rw-r--r--kdeprint/printmgr/kcmprintmgr.cpp6
-rw-r--r--kdeprint/printmgr/kcmprintmgr.h2
-rw-r--r--kdeprint/printmgr/printers.desktop2
5 files changed, 7 insertions, 7 deletions
diff --git a/kdeprint/printmgr/CMakeLists.txt b/kdeprint/printmgr/CMakeLists.txt
index 847996abf..af68abb3f 100644
--- a/kdeprint/printmgr/CMakeLists.txt
+++ b/kdeprint/printmgr/CMakeLists.txt
@@ -32,6 +32,6 @@ install( FILES printers.desktop DESTINATION ${XDG_APPS_INSTALL_DIR} )
tde_add_kpart( kcm_printmgr AUTOMOC
SOURCES kcmprintmgr.cpp
- LINK kdeprint_management-shared
+ LINK tdeprint_management-shared
DESTINATION ${PLUGIN_INSTALL_DIR}
)
diff --git a/kdeprint/printmgr/Makefile.am b/kdeprint/printmgr/Makefile.am
index b10f8359e..d0932829a 100644
--- a/kdeprint/printmgr/Makefile.am
+++ b/kdeprint/printmgr/Makefile.am
@@ -6,7 +6,7 @@ kde_module_LTLIBRARIES = kcm_printmgr.la
kcm_printmgr_la_SOURCES = kcmprintmgr.cpp
kcm_printmgr_la_LDFLAGS = $(all_libraries) -module -avoid-version -no-undefined
-kcm_printmgr_la_LIBADD = -lkdeprint_management
+kcm_printmgr_la_LIBADD = -ltdeprint_management
noinst_HEADERS = kcmprintmgr.h
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);
}
diff --git a/kdeprint/printmgr/kcmprintmgr.h b/kdeprint/printmgr/kcmprintmgr.h
index 126930931..e82bc730f 100644
--- a/kdeprint/printmgr/kcmprintmgr.h
+++ b/kdeprint/printmgr/kcmprintmgr.h
@@ -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
diff --git a/kdeprint/printmgr/printers.desktop b/kdeprint/printmgr/printers.desktop
index 0b5d605e9..38820b20b 100644
--- a/kdeprint/printmgr/printers.desktop
+++ b/kdeprint/printmgr/printers.desktop
@@ -2,7 +2,7 @@
Exec=kcmshell printers
Icon=printmgr
Type=Application
-DocPath=kdeprint/index.html
+DocPath=tdeprint/index.html
MimeType=print/manager;
X-KDE-ModuleType=Library