diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 02:30:51 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 02:30:51 -0600 |
commit | 8467a1761533dc84392f288c6e2751f1825798b8 (patch) | |
tree | 4312ab08277731448275dfae40a90fca71f6ff8e /kpdf | |
parent | 14676faec14ebb7f7e182b6581f32deea3f05566 (diff) | |
download | tdegraphics-8467a1761533dc84392f288c6e2751f1825798b8.tar.gz tdegraphics-8467a1761533dc84392f288c6e2751f1825798b8.zip |
Additional kde to tde renaming
Diffstat (limited to 'kpdf')
-rw-r--r-- | kpdf/CMakeLists.txt | 2 | ||||
-rw-r--r-- | kpdf/part.cpp | 2 | ||||
-rw-r--r-- | kpdf/shell/Makefile.am | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/kpdf/CMakeLists.txt b/kpdf/CMakeLists.txt index 682038d2..5b76c014 100644 --- a/kpdf/CMakeLists.txt +++ b/kpdf/CMakeLists.txt @@ -45,7 +45,7 @@ tde_add_kpart( libkpdfpart AUTOMOC LINK kpdfconf-static kpdfui-static kpdfcore-static generatorkimgio-static generatorpdf-static xpdf-static goo-static splash-static fofi-static - kutils-shared kdeprint-shared kparts-shared ${PAPER_LIBRARY} ${XFT_LIBRARIES} + kutils-shared tdeprint-shared kparts-shared ${PAPER_LIBRARY} ${XFT_LIBRARIES} DEPENDENCIES kpdfconf-static DESTINATION ${PLUGIN_INSTALL_DIR} ) diff --git a/kpdf/part.cpp b/kpdf/part.cpp index 0f8f2d9f..529bfca2 100644 --- a/kpdf/part.cpp +++ b/kpdf/part.cpp @@ -39,7 +39,7 @@ #include <kdirwatch.h> #include <kinstance.h> #include <kprinter.h> -#include <kdeprint/kprintdialogpage.h> +#include <tdeprint/kprintdialogpage.h> #include <kstdaction.h> #include <kdeversion.h> #include <kparts/genericfactory.h> diff --git a/kpdf/shell/Makefile.am b/kpdf/shell/Makefile.am index d5fcc83f..e3c55578 100644 --- a/kpdf/shell/Makefile.am +++ b/kpdf/shell/Makefile.am @@ -5,7 +5,7 @@ METASOURCES = AUTO bin_PROGRAMS = kpdf kpdf_SOURCES = main.cpp shell.cpp -kpdf_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -lkdefx $(LIB_KIO) -lktexteditor +kpdf_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_KDECORE) $(LIB_KDEUI) -ltdefx $(LIB_KIO) -lktexteditor kpdf_LDADD = $(LIB_KPARTS) EXTRA_DIST = kpdf.desktop |