summaryrefslogtreecommitdiffstats
path: root/src/app
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-26 13:07:46 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-26 13:07:46 -0600
commit4298fb9f3d8c0e68fdd6e1f36523f6509af56a17 (patch)
treea700a4af64a3727e5c77b5440777e18f54d94f28 /src/app
parent3b974934d9123068efc34d59b335263b91590a06 (diff)
downloadfilelight-4298fb9f3d8c0e68fdd6e1f36523f6509af56a17.tar.gz
filelight-4298fb9f3d8c0e68fdd6e1f36523f6509af56a17.zip
Rename a number of libraries and executables to avoid conflicts with KDE4
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;