From 8467a1761533dc84392f288c6e2751f1825798b8 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 6 Nov 2011 02:30:51 -0600 Subject: Additional kde to tde renaming --- kuickshow/ChangeLog | 4 ++-- kuickshow/src/CMakeLists.txt | 6 +++--- kuickshow/src/Makefile.am | 2 +- kuickshow/src/printing.h | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) (limited to 'kuickshow') diff --git a/kuickshow/ChangeLog b/kuickshow/ChangeLog index 55a198b2..33767a5d 100644 --- a/kuickshow/ChangeLog +++ b/kuickshow/ChangeLog @@ -279,7 +279,7 @@ Mon Mar 5 00:12:45 2001 Carsten Pfeiffer image window * Makefile.am - build as KLM (kdeinit-loadable-module) to speed up startup + build as KLM (tdeinit-loadable-module) to speed up startup * hah! Adding two lines makes browsing about twice as fast :) Well, equally as fast as the KDE1 version at least ;) The new caching @@ -404,7 +404,7 @@ Fri Nov 3 01:49:57 2000 Carsten Pfeiffer the window works properly again. NETWM/KWin handling is better now. Also better handling of non-loadable files. - Will make it a kdeinit-loadable module (KLM) for fast startup-times + Will make it a tdeinit-loadable module (KLM) for fast startup-times later. Finally using it again reminds me how fast it is compared to, erm, the 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 #include -#include +#include class TQCheckBox; class TQRadioButton; -- cgit v1.2.3