diff options
author | Timothy Pearson <[email protected]> | 2011-11-06 02:28:57 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-11-06 02:28:57 -0600 |
commit | 7574a7287e2e121c9d5c91a5f4ea38c5b3ae2a04 (patch) | |
tree | b7c6396f4f7fe78dcd49424bff707e977541de18 /kdeprint/printmgr | |
parent | 66c0fa70796c1989a9f3adb0c5c0ad799ade48ca (diff) | |
download | tdebase-7574a7287e2e121c9d5c91a5f4ea38c5b3ae2a04.tar.gz tdebase-7574a7287e2e121c9d5c91a5f4ea38c5b3ae2a04.zip |
Additional kde to tde renaming
Diffstat (limited to 'kdeprint/printmgr')
-rw-r--r-- | kdeprint/printmgr/CMakeLists.txt | 2 | ||||
-rw-r--r-- | kdeprint/printmgr/Makefile.am | 2 | ||||
-rw-r--r-- | kdeprint/printmgr/kcmprintmgr.cpp | 6 | ||||
-rw-r--r-- | kdeprint/printmgr/kcmprintmgr.h | 2 | ||||
-rw-r--r-- | kdeprint/printmgr/printers.desktop | 2 |
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 <[email protected]> + * Copyright (c) 2001 Michael Goffioul <[email protected]> * * 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, "[email protected]"); + about->addAuthor("Michael Goffioul", 0, "[email protected]"); 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 <[email protected]> + * Copyright (c) 2001 Michael Goffioul <[email protected]> * * 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 |