summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/Makefile.am2
-rw-r--r--src/configdialog.cpp2
-rw-r--r--src/entryview.cpp4
-rw-r--r--src/entryview.h2
-rw-r--r--src/fetchdialog.cpp2
-rw-r--r--src/filterdialog.cpp2
-rw-r--r--src/gui/lineedit.cpp2
-rw-r--r--src/gui/previewdialog.cpp2
-rw-r--r--src/mainwindow.cpp4
-rw-r--r--src/reportdialog.cpp4
-rw-r--r--src/viewstack.cpp2
11 files changed, 14 insertions, 14 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index be63808..ce732e0 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -122,7 +122,7 @@ KDE_OPTIONS = noautodist
CLEANFILES = *~ *.loT
# the library search path.
-tellico_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor $(LIB_KPARTS)
+tellico_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor $(LIB_KPARTS)
uidir = $(kde_datadir)/tellico
ui_DATA = tellicoui.rc
diff --git a/src/configdialog.cpp b/src/configdialog.cpp
index a9c6478..8d60942 100644
--- a/src/configdialog.cpp
+++ b/src/configdialog.cpp
@@ -39,7 +39,7 @@
#include <kiconloader.h>
#include <ksortablevaluelist.h>
#include <kaccelmanager.h>
-#include <khtmlview.h>
+#include <tdehtmlview.h>
#include <kfiledialog.h>
#include <kinputdialog.h>
#include <kfontcombo.h>
diff --git a/src/entryview.cpp b/src/entryview.cpp
index 93539cb..ddbdfb8 100644
--- a/src/entryview.cpp
+++ b/src/entryview.cpp
@@ -30,7 +30,7 @@
#include <kstandarddirs.h>
#include <krun.h>
#include <kmessagebox.h>
-#include <khtmlview.h>
+#include <tdehtmlview.h>
#include <dom/dom_element.h>
#include <kapplication.h>
#include <ktempfile.h>
@@ -253,7 +253,7 @@ void EntryView::setXSLTFile(const TQString& file_) {
return;
}
- // now, have to recreate images and refresh khtml cache
+ // now, have to recreate images and refresh tdehtml cache
resetColors();
}
diff --git a/src/entryview.h b/src/entryview.h
index 1a170c3..f105545 100644
--- a/src/entryview.h
+++ b/src/entryview.h
@@ -19,7 +19,7 @@ class KTempFile;
#include "datavectors.h"
-#include <khtml_part.h>
+#include <tdehtml_part.h>
#include <tqguardedptr.h>
diff --git a/src/fetchdialog.cpp b/src/fetchdialog.cpp
index b51d0be..7244fcd 100644
--- a/src/fetchdialog.cpp
+++ b/src/fetchdialog.cpp
@@ -32,7 +32,7 @@
#include <klineedit.h>
#include <kpushbutton.h>
#include <kstatusbar.h>
-#include <khtmlview.h>
+#include <tdehtmlview.h>
#include <kprogress.h>
#include <kconfig.h>
#include <kdialogbase.h>
diff --git a/src/filterdialog.cpp b/src/filterdialog.cpp
index 4ab54b4..559ac48 100644
--- a/src/filterdialog.cpp
+++ b/src/filterdialog.cpp
@@ -25,7 +25,7 @@
#include <kcombobox.h>
#include <klineedit.h>
#include <kpushbutton.h>
-#include <kparts/componentfactory.h>
+#include <tdeparts/componentfactory.h>
#include <kregexpeditorinterface.h>
#include <kiconloader.h>
diff --git a/src/gui/lineedit.cpp b/src/gui/lineedit.cpp
index 1936795..db77b29 100644
--- a/src/gui/lineedit.cpp
+++ b/src/gui/lineedit.cpp
@@ -15,7 +15,7 @@
#include <kstdaction.h>
#include <kactioncollection.h>
-#include <kspell.h>
+#include <tdespell.h>
#include <tqapplication.h>
#include <tqpainter.h>
diff --git a/src/gui/previewdialog.cpp b/src/gui/previewdialog.cpp
index a875382..ea5a8f2 100644
--- a/src/gui/previewdialog.cpp
+++ b/src/gui/previewdialog.cpp
@@ -18,7 +18,7 @@
#include <klocale.h>
#include <ktempdir.h>
-#include <khtmlview.h>
+#include <tdehtmlview.h>
using Tellico::GUI::PreviewDialog;
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp
index 18d7738..5737256 100644
--- a/src/mainwindow.cpp
+++ b/src/mainwindow.cpp
@@ -66,7 +66,7 @@
#include <twin.h>
#include <kprogress.h>
#include <kprinter.h>
-#include <khtmlview.h>
+#include <tdehtmlview.h>
#include <kglobal.h>
#include <kstandarddirs.h>
#include <kmessagebox.h>
@@ -1707,7 +1707,7 @@ void MainWindow::doPrint(const TQString& html_) {
// the problem with doing my own layout is that the text gets truncated, both at the
// top and at the bottom. Even adding the overlap parameter, there were problems.
// KHTMLView takes care of that with a truncatedAt() parameter, but that's hidden in
-// the khtml::render_root class. So for now, just use the KHTMLView::print() method.
+// the tdehtml::render_root class. So for now, just use the KHTMLView::print() method.
#if 1
w.view()->print();
#else
diff --git a/src/reportdialog.cpp b/src/reportdialog.cpp
index f47ed50..421488d 100644
--- a/src/reportdialog.cpp
+++ b/src/reportdialog.cpp
@@ -25,8 +25,8 @@
#include "core/tellico_config.h"
#include <klocale.h>
-#include <khtml_part.h>
-#include <khtmlview.h>
+#include <tdehtml_part.h>
+#include <tdehtmlview.h>
#include <kstandarddirs.h>
#include <kdebug.h>
#include <kapplication.h>
diff --git a/src/viewstack.cpp b/src/viewstack.cpp
index 5af9e23..45632af 100644
--- a/src/viewstack.cpp
+++ b/src/viewstack.cpp
@@ -17,7 +17,7 @@
#include "tellico_debug.h"
#include "imagefactory.h"
-#include <khtmlview.h>
+#include <tdehtmlview.h>
#include <klocale.h>
#include <tqwhatsthis.h>