diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2020-07-19 16:01:28 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2020-07-26 11:33:24 +0200 |
commit | 3fc75f4d0a82dd095d40d38f5fe79684249b101d (patch) | |
tree | 64d255c1ecc048a4c66d71abc68a2f82dbeefff3 /deco/config/baghiraconfig.cc.new | |
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 <slavek.banko@axis.cz>
(cherry picked from commit 90cc6ddb9083689cb8395f7188c07c9142179d1a)
Diffstat (limited to 'deco/config/baghiraconfig.cc.new')
-rw-r--r-- | deco/config/baghiraconfig.cc.new | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/deco/config/baghiraconfig.cc.new b/deco/config/baghiraconfig.cc.new index 5c64932..1a93ca3 100644 --- a/deco/config/baghiraconfig.cc.new +++ b/deco/config/baghiraconfig.cc.new @@ -715,16 +715,16 @@ void ButtonColors::init(){ behindColor->init(); shadeColor->init(); } - + ////////////////////////////////////////////////////////////////////////////// // Plugin Stuff // ////////////////////////////////////////////////////////////////////////////// - + extern "C" -{ - TQObject* allocate_config(TDEConfig* config, TQWidget* parent) { +{ + KDE_EXPORT TQObject* allocate_config(TDEConfig* config, TQWidget* parent) { return(new BaghiraConfig(config, parent)); } -} - +} + #include "baghiraconfig.moc" |