From 7574a7287e2e121c9d5c91a5f4ea38c5b3ae2a04 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 6 Nov 2011 02:28:57 -0600 Subject: Additional kde to tde renaming --- kdeprint/printmgr/CMakeLists.txt | 2 +- kdeprint/printmgr/Makefile.am | 2 +- kdeprint/printmgr/kcmprintmgr.cpp | 6 +++--- kdeprint/printmgr/kcmprintmgr.h | 2 +- kdeprint/printmgr/printers.desktop | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) (limited to 'kdeprint/printmgr') 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 + * Copyright (c) 2001 Michael Goffioul * * 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 @@ -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 + * Copyright (c) 2001 Michael Goffioul * * 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 -- cgit v1.2.1