summaryrefslogtreecommitdiffstats
path: root/kommander/widgets
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-05-05 17:49:18 +0900
committerMichele Calgaro <[email protected]>2024-05-05 17:49:18 +0900
commit41f38262d296ad0327e2305cc8fe2e933cf7c9ae (patch)
tree69bdd1cf50a9ae5618036e2efa584aa72f1f73c5 /kommander/widgets
parent3d1f691cc0066908ab112c737b9d0a5a71606d1f (diff)
downloadtdewebdev-41f38262d296ad0327e2305cc8fe2e933cf7c9ae.tar.gz
tdewebdev-41f38262d296ad0327e2305cc8fe2e933cf7c9ae.zip
Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
Signed-off-by: Michele Calgaro <[email protected]>
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 <[email protected]>
*/
-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 <[email protected]>
*/
-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 <[email protected]>
*/
-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 <[email protected]>
*/
-class KDE_EXPORT ToolBox : public TQToolBox, public KommanderWidget
+class TDE_EXPORT ToolBox : public TQToolBox, public KommanderWidget
{
TQ_OBJECT