summaryrefslogtreecommitdiffstats
path: root/deco/baghiraclient.cc
diff options
context:
space:
mode:
authorSlávek Banko <[email protected]>2020-07-19 16:01:28 +0200
committerSlávek Banko <[email protected]>2020-07-19 16:01:28 +0200
commit90cc6ddb9083689cb8395f7188c07c9142179d1a (patch)
tree8cfdcc2c49356c1c7df7b97d4513484930837d63 /deco/baghiraclient.cc
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 <[email protected]>
Diffstat (limited to 'deco/baghiraclient.cc')
-rw-r--r--deco/baghiraclient.cc8
1 files changed, 6 insertions, 2 deletions
diff --git a/deco/baghiraclient.cc b/deco/baghiraclient.cc
index ab14cc4..593460a 100644
--- a/deco/baghiraclient.cc
+++ b/deco/baghiraclient.cc
@@ -130,8 +130,12 @@ bool BaghiraFactory::delAppname_;
Atom baghira_deco_design = XInternAtom(tqt_xdisplay(), "BAGHIRA_DECO_DESIGN", False);
-extern "C" KDecorationFactory* create_factory() {
- return new Baghira::BaghiraFactory();
+extern "C"
+{
+ KDE_EXPORT KDecorationFactory* create_factory()
+ {
+ return new Baghira::BaghiraFactory();
+ }
}
DeMaximizer::DeMaximizer() : TQWidget(0, "deMaximizer", TQt::WType_TopLevel | TQt::WStyle_NoBorder | TQt::WX11BypassWM )