From 5cb7f3667e3953437105c926e4c99371b7223de0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Sun, 31 Mar 2019 16:15:28 +0200 Subject: Add KDE_EXPORT to public library symbols. This allows build with gcc hidden visibility. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- style/config/lipstikconf.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'style/config/lipstikconf.cpp') diff --git a/style/config/lipstikconf.cpp b/style/config/lipstikconf.cpp index 16c993d..7f0be55 100644 --- a/style/config/lipstikconf.cpp +++ b/style/config/lipstikconf.cpp @@ -47,7 +47,7 @@ DEALINGS IN THE SOFTWARE. extern "C" { - TQWidget* allocate_tdestyle_config(TQWidget* parent) + KDE_EXPORT TQWidget* allocate_tdestyle_config(TQWidget* parent) { TDEGlobal::locale()->insertCatalogue("tdestyle_lipstik_config"); return new LipstikStyleConfig(parent); -- cgit v1.2.1