summaryrefslogtreecommitdiffstats
path: root/src/configuration.h
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-05-03 12:23:38 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-05-07 19:45:36 +0900
commit8d48abe4fff86e65819410538a256c9487f136d3 (patch)
treedb78cfd8eccbf5c6696c31a3c3127fe2981b051a /src/configuration.h
parente2d9bda63ab43bc9a9bc3a7a9a178d906e983d13 (diff)
downloadkommando-8d48abe4.tar.gz
kommando-8d48abe4.zip
Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit e305356bf172a7e0d845e19f866c3c4885910876)
Diffstat (limited to 'src/configuration.h')
-rw-r--r--src/configuration.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/configuration.h b/src/configuration.h
index c445920..4e3e232 100644
--- a/src/configuration.h
+++ b/src/configuration.h
@@ -29,7 +29,7 @@
class TQWidgetStack;
-class KDE_EXPORT Config{
+class TDE_EXPORT Config{
public:
static Config& getSingleton(){
static Config instance;