diff options
author | Michele Calgaro <[email protected]> | 2024-05-05 17:49:18 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-05-05 17:49:18 +0900 |
commit | 41f38262d296ad0327e2305cc8fe2e933cf7c9ae (patch) | |
tree | 69bdd1cf50a9ae5618036e2efa584aa72f1f73c5 /kommander/widgets | |
parent | 3d1f691cc0066908ab112c737b9d0a5a71606d1f (diff) | |
download | tdewebdev-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.h | 2 | ||||
-rw-r--r-- | kommander/widgets/fontdialog.h | 2 | ||||
-rw-r--r-- | kommander/widgets/popupmenu.h | 2 | ||||
-rw-r--r-- | kommander/widgets/toolbox.h | 2 |
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 |