summaryrefslogtreecommitdiffstats
path: root/src/app
diff options
context:
space:
mode:
Diffstat (limited to 'src/app')
-rw-r--r--src/app/Makefile.am2
-rw-r--r--src/app/mainWindow.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/app/Makefile.am b/src/app/Makefile.am
index 5476a43..5e0465c 100644
--- a/src/app/Makefile.am
+++ b/src/app/Makefile.am
@@ -5,4 +5,4 @@ METASOURCES = AUTO
bin_PROGRAMS = filelight
filelight_SOURCES = historyAction.cpp mainWindow.cpp main.cpp
filelight_LDADD = $(LIB_KPARTS) $(LIB_TDEUI)
-filelight_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor
+filelight_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor
diff --git a/src/app/mainWindow.h b/src/app/mainWindow.h
index 68314aa..8562aa8 100644
--- a/src/app/mainWindow.h
+++ b/src/app/mainWindow.h
@@ -18,7 +18,7 @@
#ifndef FILELIGHT_H
#define FILELIGHT_H
-#include <kparts/mainwindow.h>
+#include <tdeparts/mainwindow.h>
class KSqueezedTextLabel;
class KHistoryCombo;