summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-06 21:48:11 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-06 21:48:11 -0600
commit57cce360ee1580350fe7a9585103948adce55de7 (patch)
tree8e94b06462c1073fc87f39e5250aa8fb512b3ad8 /doc
parent14552bec6fd72f40cc2e5e99d5a5e0d64550cbae (diff)
downloadtdevelop-57cce360ee1580350fe7a9585103948adce55de7.tar.gz
tdevelop-57cce360ee1580350fe7a9585103948adce55de7.zip
Rename additional instances of KDE to TDE
Diffstat (limited to 'doc')
-rw-r--r--doc/kdevelop/project-management.docbook2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/kdevelop/project-management.docbook b/doc/kdevelop/project-management.docbook
index eb0aebce..75674203 100644
--- a/doc/kdevelop/project-management.docbook
+++ b/doc/kdevelop/project-management.docbook
@@ -261,7 +261,7 @@ INCLUDES = $(all_includes)
myapp_LDFLAGS = $(KDE_RPATH) $(all_libraries)
# the libraries to link against.
-myapp_LDADD = $(LIB_KFILE) $(LIB_KDEPRINT)
+myapp_LDADD = $(LIB_KFILE) $(LIB_TDEPRINT)
# which sources should be compiled for myapp
myapp_SOURCES = main.cpp myapp.cpp myappview.cpp