summaryrefslogtreecommitdiffstats
path: root/config
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2025-04-13 15:11:46 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2025-04-13 15:11:59 +0900
commitfb0b605dc2d0f5bc24dcf7d414d40b985fe07937 (patch)
tree138926074a8095ab0a5956c714c0ed0f2a24c6a0 /config
parent52e9d7189daf613ea5b308f1863cadf922eb7908 (diff)
downloadtde-style-qtcurve-master.tar.gz
tde-style-qtcurve-master.zip
Setup gcc visibility and clean up cmake files. This resolves issue #22.HEADmaster
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'config')
-rw-r--r--config/qtcurveconfig.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/qtcurveconfig.cpp b/config/qtcurveconfig.cpp
index 49b9508..c28f2e3 100644
--- a/config/qtcurveconfig.cpp
+++ b/config/qtcurveconfig.cpp
@@ -62,7 +62,7 @@
extern "C"
{
- TQWidget * allocate_tdestyle_config(TQWidget *parent)
+ TDE_EXPORT TQWidget* allocate_tdestyle_config(TQWidget *parent)
{
TDEGlobal::locale()->insertCatalogue("qtcurve");
return new QtCurveConfig(parent);