summaryrefslogtreecommitdiffstats
path: root/tdefile-plugins/html
diff options
context:
space:
mode:
Diffstat (limited to 'tdefile-plugins/html')
-rw-r--r--tdefile-plugins/html/Makefile.am2
-rw-r--r--tdefile-plugins/html/tdefile_html.h4
2 files changed, 3 insertions, 3 deletions
diff --git a/tdefile-plugins/html/Makefile.am b/tdefile-plugins/html/Makefile.am
index 6097b26..c53ecae 100644
--- a/tdefile-plugins/html/Makefile.am
+++ b/tdefile-plugins/html/Makefile.am
@@ -10,7 +10,7 @@ kde_module_LTLIBRARIES = tdefile_html.la
tdefile_html_la_SOURCES = tdefile_html.cpp
tdefile_html_la_LDFLAGS = $(all_libraries) -module $(KDE_PLUGIN)
-tdefile_html_la_LIBADD = $(LIB_KSYCOCA)
+tdefile_html_la_LIBADD = $(LIB_TDESYCOCA)
# let automoc handle all of the meta source files (moc)
METASOURCES = AUTO
diff --git a/tdefile-plugins/html/tdefile_html.h b/tdefile-plugins/html/tdefile_html.h
index 858d6a1..5625fe7 100644
--- a/tdefile-plugins/html/tdefile_html.h
+++ b/tdefile-plugins/html/tdefile_html.h
@@ -18,8 +18,8 @@
* $Id$
*/
-#ifndef __KMIME_HTML_H__
-#define __KMIME_HTML_H__
+#ifndef __TDEFILE_HTML_H__
+#define __TDEFILE_HTML_H__
#include <tdefilemetainfo.h>
#include <kurl.h>