summaryrefslogtreecommitdiffstats
path: root/kuickshow
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
parent14676faec14ebb7f7e182b6581f32deea3f05566 (diff)
downloadtdegraphics-8467a1761533dc84392f288c6e2751f1825798b8.tar.gz
tdegraphics-8467a1761533dc84392f288c6e2751f1825798b8.zip
Additional kde to tde renaming
Diffstat (limited to 'kuickshow')
-rw-r--r--kuickshow/ChangeLog4
-rw-r--r--kuickshow/src/CMakeLists.txt6
-rw-r--r--kuickshow/src/Makefile.am2
-rw-r--r--kuickshow/src/printing.h2
4 files changed, 7 insertions, 7 deletions
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 <pfeiffer@kde.org>
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 <pfeiffer@kde.org>
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 <tqfontmetrics.h>
#include <tqstring.h>
-#include <kdeprint/kprintdialogpage.h>
+#include <tdeprint/kprintdialogpage.h>
class TQCheckBox;
class TQRadioButton;