diff options
author | Slávek Banko <[email protected]> | 2020-07-19 16:01:28 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2020-07-26 11:33:24 +0200 |
commit | 3fc75f4d0a82dd095d40d38f5fe79684249b101d (patch) | |
tree | 64d255c1ecc048a4c66d71abc68a2f82dbeefff3 /sidebar/baghirasidebar.cpp | |
parent | cd1471858e29d0d23355a93178e063fd0550d31c (diff) | |
download | tde-style-baghira-3fc75f4d0a82dd095d40d38f5fe79684249b101d.tar.gz tde-style-baghira-3fc75f4d0a82dd095d40d38f5fe79684249b101d.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 <[email protected]>
(cherry picked from commit 90cc6ddb9083689cb8395f7188c07c9142179d1a)
Diffstat (limited to 'sidebar/baghirasidebar.cpp')
-rw-r--r-- | sidebar/baghirasidebar.cpp | 4 |
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); } -}; +} |