summaryrefslogtreecommitdiffstats
path: root/kuickshow/src
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-06 02:30:51 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-06 02:30:51 -0600
commit8467a1761533dc84392f288c6e2751f1825798b8 (patch)
tree4312ab08277731448275dfae40a90fca71f6ff8e /kuickshow/src
parent14676faec14ebb7f7e182b6581f32deea3f05566 (diff)
downloadtdegraphics-8467a1761533dc84392f288c6e2751f1825798b8.tar.gz
tdegraphics-8467a1761533dc84392f288c6e2751f1825798b8.zip
Additional kde to tde renaming
Diffstat (limited to 'kuickshow/src')
-rw-r--r--kuickshow/src/CMakeLists.txt6
-rw-r--r--kuickshow/src/Makefile.am2
-rw-r--r--kuickshow/src/printing.h2
3 files changed, 5 insertions, 5 deletions
diff --git a/kuickshow/src/CMakeLists.txt b/kuickshow/src/CMakeLists.txt
index 5ab3f39f..21d145ce 100644
--- a/kuickshow/src/CMakeLists.txt
+++ b/kuickshow/src/CMakeLists.txt
@@ -27,14 +27,14 @@ tde_install_icons( kuickshow )
install( FILES kuickshow.desktop DESTINATION ${XDG_APPS_INSTALL_DIR} )
-##### kuickshow (kdeinit) #######################
+##### kuickshow (tdeinit) #######################
-tde_add_kdeinit_executable( kuickshow AUTOMOC
+tde_add_tdeinit_executable( kuickshow AUTOMOC
SOURCES
kuickshow.cpp aboutwidget.cpp generalwidget.cpp kuickconfigdlg.cpp
main.cpp defaultswidget.cpp imagewindow.cpp kuickdata.cpp
imdata.cpp filefinder.cpp kurlwidget.cpp filewidget.cpp kuick.cpp
imlibwidget.cpp slideshowwidget.cpp printing.cpp kuickfile.cpp
kuickimage.cpp filecache.cpp
- LINK kdeprint-shared ${IMLIB_LIBRARIES}
+ LINK tdeprint-shared ${IMLIB_LIBRARIES}
)
diff --git a/kuickshow/src/Makefile.am b/kuickshow/src/Makefile.am
index 57c92388..c541b30c 100644
--- a/kuickshow/src/Makefile.am
+++ b/kuickshow/src/Makefile.am
@@ -2,7 +2,7 @@
bin_PROGRAMS =
lib_LTLIBRARIES =
-kdeinit_LTLIBRARIES = kuickshow.la
+tdeinit_LTLIBRARIES = kuickshow.la
# set the include path for X, qt and KDE
INCLUDES = $(all_includes)
diff --git a/kuickshow/src/printing.h b/kuickshow/src/printing.h
index 065ea310..36dd4b32 100644
--- a/kuickshow/src/printing.h
+++ b/kuickshow/src/printing.h
@@ -22,7 +22,7 @@
#include <tqfontmetrics.h>
#include <tqstring.h>
-#include <kdeprint/kprintdialogpage.h>
+#include <tdeprint/kprintdialogpage.h>
class TQCheckBox;
class TQRadioButton;