From 3fc75f4d0a82dd095d40d38f5fe79684249b101d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Sun, 19 Jul 2020 16:01:28 +0200 Subject: Add KDE_EXPORT to the public symbols. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Rename the search symbol allocate_kstyle_config to allocate_tdestyle_config. This is related to KDE => TDE conversion. Signed-off-by: Slávek Banko (cherry picked from commit 90cc6ddb9083689cb8395f7188c07c9142179d1a) --- starter/starter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'starter/starter.cpp') diff --git a/starter/starter.cpp b/starter/starter.cpp index df333e2..6069045 100644 --- a/starter/starter.cpp +++ b/starter/starter.cpp @@ -473,7 +473,7 @@ bool starter::eventFilter( TQObject*, TQEvent *e ) extern "C" { - KPanelApplet* init( TQWidget *parent, const TQString& configFile) + KDE_EXPORT KPanelApplet* init( TQWidget *parent, const TQString& configFile) { TDEGlobal::locale()->insertCatalogue("starter"); return new starter(configFile, KPanelApplet::Normal, -- cgit v1.2.1