From b363d2579af0a11b77e698aed2e1021c2233b644 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sat, 26 Jan 2013 13:17:50 -0600 Subject: Rename a number of libraries and executables to avoid conflicts with KDE4 --- kitchensync/src/CMakeLists.txt | 2 +- kitchensync/src/Makefile.am | 2 +- kitchensync/src/aboutpage.cpp | 4 ++-- kitchensync/src/part.cpp | 2 +- kitchensync/src/part.h | 6 +++--- 5 files changed, 8 insertions(+), 8 deletions(-) (limited to 'kitchensync') diff --git a/kitchensync/src/CMakeLists.txt b/kitchensync/src/CMakeLists.txt index 29aae78c..6820e250 100644 --- a/kitchensync/src/CMakeLists.txt +++ b/kitchensync/src/CMakeLists.txt @@ -72,6 +72,6 @@ tde_add_library( kitchensync SHARED AUTOMOC configguijescs.cpp configguievo2.cpp configguimoto.cpp configguisynce.cpp configguisunbird.cpp VERSION 0.0.0 - LINK qopensync-shared tdepim-shared khtml-shared + LINK qopensync-shared tdepim-shared tdehtml-shared DESTINATION ${LIB_INSTALL_DIR} ) diff --git a/kitchensync/src/Makefile.am b/kitchensync/src/Makefile.am index 43568e7f..779aec82 100644 --- a/kitchensync/src/Makefile.am +++ b/kitchensync/src/Makefile.am @@ -10,7 +10,7 @@ INCLUDES = -I$(top_srcdir)/kitchensync/src \ bin_PROGRAMS = kitchensync kitchensync_SOURCES = main.cpp mainwindow.cpp -kitchensync_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -lktexteditor +kitchensync_LDFLAGS = $(all_libraries) $(KDE_RPATH) $(LIB_QT) -lDCOP $(LIB_TDECORE) $(LIB_TDEUI) -ltdefx $(LIB_KIO) -ltdetexteditor kitchensync_LDADD = libkitchensync.la xdg_apps_DATA = kitchensync.desktop diff --git a/kitchensync/src/aboutpage.cpp b/kitchensync/src/aboutpage.cpp index fe252460..50f4d1de 100644 --- a/kitchensync/src/aboutpage.cpp +++ b/kitchensync/src/aboutpage.cpp @@ -24,8 +24,8 @@ #include #include #include -#include -#include +#include +#include #include #include #include diff --git a/kitchensync/src/part.cpp b/kitchensync/src/part.cpp index 1cf4d7a6..0c015e10 100644 --- a/kitchensync/src/part.cpp +++ b/kitchensync/src/part.cpp @@ -27,7 +27,7 @@ #include #include #include -#include +#include #include "mainwidget.h" diff --git a/kitchensync/src/part.h b/kitchensync/src/part.h index 7a716de1..b799cea5 100644 --- a/kitchensync/src/part.h +++ b/kitchensync/src/part.h @@ -21,9 +21,9 @@ #ifndef PART_H #define PART_H -#include -#include -#include +#include +#include +#include class TDEAboutData; -- cgit v1.2.3