diff options
author | Slávek Banko <[email protected]> | 2021-07-12 19:30:23 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2021-07-12 19:44:58 +0200 |
commit | 7d5c09fcba81401f990f6ec9f9b53f9f0f92ca9e (patch) | |
tree | f0bb2ca42d7105c8d585d9bdd747ba2b67ed099a /client/shadow.cpp | |
parent | 402e7a479aeff06fef928520f6c4d70c31d74694 (diff) | |
download | twin-style-dekorator-7d5c09fcba81401f990f6ec9f9b53f9f0f92ca9e.tar.gz twin-style-dekorator-7d5c09fcba81401f990f6ec9f9b53f9f0f92ca9e.zip |
Add KDE_EXPORT to the public symbols.
Add twin client translations into template.
Use common rules for build and install translations.
Delete generated files.
Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'client/shadow.cpp')
-rw-r--r-- | client/shadow.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/client/shadow.cpp b/client/shadow.cpp index 09b813a..c9b81fa 100644 --- a/client/shadow.cpp +++ b/client/shadow.cpp @@ -31,6 +31,10 @@ // Boston, MA 02110-1301, USA. /////////////////////////////////////////////////////////////////////// +#if defined(HAVE_CONFIG_H) +# include "config.h" +#endif + #include "shadow.h" #include <tqcolor.h> |