summaryrefslogtreecommitdiffstats
path: root/kommander/widgets
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2024-05-05 17:49:18 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2024-05-06 20:39:12 +0900
commit2ff6e13a2c5f76df15a9574e72f58fe4ebe70017 (patch)
tree0dce9db3abb1160d0e101424e48b3ecd73b23930 /kommander/widgets
parentd273581d72556e7dddf1b58e2afa2ea3bd82a99b (diff)
downloadtdewebdev-2ff6e13a2c5f76df15a9574e72f58fe4ebe70017.tar.gz
tdewebdev-2ff6e13a2c5f76df15a9574e72f58fe4ebe70017.zip
Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it> (cherry picked from commit 41f38262d296ad0327e2305cc8fe2e933cf7c9ae)
Diffstat (limited to 'kommander/widgets')
-rw-r--r--kommander/widgets/aboutdialog.h2
-rw-r--r--kommander/widgets/fontdialog.h2
-rw-r--r--kommander/widgets/popupmenu.h2
-rw-r--r--kommander/widgets/toolbox.h2
4 files changed, 4 insertions, 4 deletions
diff --git a/kommander/widgets/aboutdialog.h b/kommander/widgets/aboutdialog.h
index e15743c6..fdb1b2aa 100644
--- a/kommander/widgets/aboutdialog.h
+++ b/kommander/widgets/aboutdialog.h
@@ -21,7 +21,7 @@ class TDEAboutData;
/**
@author Andras Mantia <amantia@kdewebdev.org>
*/
-class KDE_EXPORT AboutDialog : public TQLabel, public KommanderWidget
+class TDE_EXPORT AboutDialog : public TQLabel, public KommanderWidget
{
TQ_OBJECT
diff --git a/kommander/widgets/fontdialog.h b/kommander/widgets/fontdialog.h
index dc9d7f7d..039bab06 100644
--- a/kommander/widgets/fontdialog.h
+++ b/kommander/widgets/fontdialog.h
@@ -20,7 +20,7 @@
/**
@author Andras Mantia <amantia@kdewebdev.org>
*/
-class KDE_EXPORT FontDialog : public TQLabel, public KommanderWidget
+class TDE_EXPORT FontDialog : public TQLabel, public KommanderWidget
{
TQ_OBJECT
diff --git a/kommander/widgets/popupmenu.h b/kommander/widgets/popupmenu.h
index 4f1b08d4..60a095e3 100644
--- a/kommander/widgets/popupmenu.h
+++ b/kommander/widgets/popupmenu.h
@@ -22,7 +22,7 @@ class TDEPopupMenu;
/**
@author Andras Mantia <amantia@kdewebdev.org>
*/
-class KDE_EXPORT PopupMenu : public TQLabel, public KommanderWidget
+class TDE_EXPORT PopupMenu : public TQLabel, public KommanderWidget
{
TQ_OBJECT
diff --git a/kommander/widgets/toolbox.h b/kommander/widgets/toolbox.h
index a80b8d9f..4d596bb2 100644
--- a/kommander/widgets/toolbox.h
+++ b/kommander/widgets/toolbox.h
@@ -19,7 +19,7 @@
@author Andras Mantia <amantia@kdewebdev.org>
*/
-class KDE_EXPORT ToolBox : public TQToolBox, public KommanderWidget
+class TDE_EXPORT ToolBox : public TQToolBox, public KommanderWidget
{
TQ_OBJECT