summaryrefslogtreecommitdiffstats
path: root/kexi/formeditor/test
diff options
context:
space:
mode:
Diffstat (limited to 'kexi/formeditor/test')
-rw-r--r--kexi/formeditor/test/Makefile.am2
-rw-r--r--kexi/formeditor/test/kfd_mainwindow.h2
-rw-r--r--kexi/formeditor/test/kfd_part.h4
3 files changed, 4 insertions, 4 deletions
diff --git a/kexi/formeditor/test/Makefile.am b/kexi/formeditor/test/Makefile.am
index 53348ac6..1c022c2d 100644
--- a/kexi/formeditor/test/Makefile.am
+++ b/kexi/formeditor/test/Makefile.am
@@ -11,7 +11,7 @@ INCLUDES = -I$(top_srcdir)/kexi -I$(top_srcdir)/kexi/formeditor \
-I$(top_srcdir)/kexi/widget -I$(top_srcdir)/kexi/core \
-I$(top_srcdir)/lib -I$(top_srcdir)/lib/kofficecore $(all_includes)
-kformdesigner_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor
+kformdesigner_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor
kformdesigner_LDADD = $(top_builddir)/kexi/formeditor/libkformdesigner.la
diff --git a/kexi/formeditor/test/kfd_mainwindow.h b/kexi/formeditor/test/kfd_mainwindow.h
index 4d0e2f5f..5ce138df 100644
--- a/kexi/formeditor/test/kfd_mainwindow.h
+++ b/kexi/formeditor/test/kfd_mainwindow.h
@@ -20,7 +20,7 @@
#ifndef KFORMDESIGNER_MAINWINDOW_H
#define KFORMDESIGNER_MAINWINDOW_H
-#include <kparts/mainwindow.h>
+#include <tdeparts/mainwindow.h>
class KFDMainWindow : public KParts::MainWindow
{
diff --git a/kexi/formeditor/test/kfd_part.h b/kexi/formeditor/test/kfd_part.h
index b0d358ed..5ed8c8e9 100644
--- a/kexi/formeditor/test/kfd_part.h
+++ b/kexi/formeditor/test/kfd_part.h
@@ -23,8 +23,8 @@
#include <tqwidget.h>
#include <tqpixmap.h>
-#include <kparts/part.h>
-#include <kparts/factory.h>
+#include <tdeparts/part.h>
+#include <tdeparts/factory.h>
#include "form.h"