diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-24 22:01:14 +0000 |
---|---|---|
committer | Norbert Thiebaud <nthiebaud@gmail.com> | 2013-02-24 23:46:04 +0000 |
commit | fa24204cd728c787aaa2ff8b7460d99109120be4 (patch) | |
tree | d4dd2ed1a808c7117628593ed673cbeadef20cf6 /connectivity | |
parent | bb717296bf66f0acb84d5f84c38390f3e44c7b62 (diff) |
Update TDE (Trinity Desktop Environment) integration files
Change-Id: I48a5da0d01ad3532b9a77ff864f8f9e4d14e734c
Reviewed-on: https://gerrit.libreoffice.org/2374
Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
Diffstat (limited to 'connectivity')
-rw-r--r-- | connectivity/Library_tdeabdrv1.mk | 2 | ||||
-rw-r--r-- | connectivity/source/drivers/kab/KConnection.hxx | 1 | ||||
-rw-r--r-- | connectivity/source/drivers/kab/KDEInit.cxx | 1 |
3 files changed, 3 insertions, 1 deletions
diff --git a/connectivity/Library_tdeabdrv1.mk b/connectivity/Library_tdeabdrv1.mk index b2df458fd4a0..b8786fdba677 100644 --- a/connectivity/Library_tdeabdrv1.mk +++ b/connectivity/Library_tdeabdrv1.mk @@ -39,7 +39,7 @@ $(eval $(call gb_Library_use_externals,tdeabdrv1,\ )) $(eval $(call gb_Library_add_libs,tdeabdrv1,\ - -lkabc \ + -ltdeabc \ )) $(eval $(call gb_Library_use_libraries,tdeabdrv1,\ diff --git a/connectivity/source/drivers/kab/KConnection.hxx b/connectivity/source/drivers/kab/KConnection.hxx index fc4cc55b7b69..b14bbac334f9 100644 --- a/connectivity/source/drivers/kab/KConnection.hxx +++ b/connectivity/source/drivers/kab/KConnection.hxx @@ -30,6 +30,7 @@ #include <com/sun/star/sdbcx/XTablesSupplier.hpp> #include <comphelper/broadcasthelper.hxx> #include <cppuhelper/compbase3.hxx> +#include <shell/kde_headers.h> namespace KABC { diff --git a/connectivity/source/drivers/kab/KDEInit.cxx b/connectivity/source/drivers/kab/KDEInit.cxx index 46bbe1360af4..83f4bd98f970 100644 --- a/connectivity/source/drivers/kab/KDEInit.cxx +++ b/connectivity/source/drivers/kab/KDEInit.cxx @@ -20,6 +20,7 @@ #include "KDEInit.h" #include <osl/diagnose.h> #include <osl/process.h> + #include <shell/kde_headers.h> namespace connectivity |