summaryrefslogtreecommitdiffstats
path: root/sidebar
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2020-07-19 16:01:28 +0200
committerSlávek Banko <slavek.banko@axis.cz>2020-07-19 16:01:28 +0200
commit90cc6ddb9083689cb8395f7188c07c9142179d1a (patch)
tree8cfdcc2c49356c1c7df7b97d4513484930837d63 /sidebar
parentd0c03cc9a910ea44cea57b1af43bbd90eb86d4bc (diff)
downloadtde-style-baghira-90cc6ddb9083689cb8395f7188c07c9142179d1a.tar.gz
tde-style-baghira-90cc6ddb9083689cb8395f7188c07c9142179d1a.zip
Add KDE_EXPORT to the public symbols.
Rename the search symbol allocate_kstyle_config to allocate_tdestyle_config. This is related to KDE => TDE conversion. Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'sidebar')
-rw-r--r--sidebar/baghirasidebar.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/sidebar/baghirasidebar.cpp b/sidebar/baghirasidebar.cpp
index e5f6f69..5df1453 100644
--- a/sidebar/baghirasidebar.cpp
+++ b/sidebar/baghirasidebar.cpp
@@ -61,8 +61,8 @@ extern "C" {
extern "C"
{
- void* create_konqsidebar_baghirasidebar(TDEInstance *instance,TQObject *par,TQWidget *widp,TQString &desktopname,const char *name)
+ KDE_EXPORT void* create_konqsidebar_baghirasidebar(TDEInstance *instance,TQObject *par,TQWidget *widp,TQString &desktopname,const char *name)
{
return new baghiraSidebar(instance,par,widp,desktopname,name);
}
-};
+}