summaryrefslogtreecommitdiffstats
path: root/src/systemtray.cpp
diff options
context:
space:
mode:
authorgregory guy <[email protected]>2020-02-25 15:05:47 +0100
committerSlávek Banko <[email protected]>2020-04-10 12:18:17 +0200
commitd175607a268b6cc9dfeaeff1d0a38cf72201ad84 (patch)
tree8470c145bf445240579d92d8e67a14bafb117941 /src/systemtray.cpp
parent0d9e78994bc2866af215f5a76e8134a17ad79516 (diff)
downloadbasket-d175607a268b6cc9dfeaeff1d0a38cf72201ad84.tar.gz
basket-d175607a268b6cc9dfeaeff1d0a38cf72201ad84.zip
Fix support for GCC hidden visibility.
Signed-off-by: gregory guy <[email protected]> Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'src/systemtray.cpp')
-rw-r--r--src/systemtray.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/systemtray.cpp b/src/systemtray.cpp
index b8a3280..a101e66 100644
--- a/src/systemtray.cpp
+++ b/src/systemtray.cpp
@@ -20,6 +20,10 @@
/** KSystemTray2 */
+#ifdef HAVE_CONFIG_H
+#include "config.h"
+#endif
+
// To draw the systray screenshot image:
#include <tqdockwindow.h>
#include <tqmovie.h>