diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-03 12:23:38 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-07 19:45:36 +0900 |
| commit | 8d48abe4fff86e65819410538a256c9487f136d3 (patch) | |
| tree | db78cfd8eccbf5c6696c31a3c3127fe2981b051a /src/kommandoview.h | |
| parent | e2d9bda63ab43bc9a9bc3a7a9a178d906e983d13 (diff) | |
| download | kommando-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/kommandoview.h')
| -rw-r--r-- | src/kommandoview.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/kommandoview.h b/src/kommandoview.h index 2c2f60b..f45a010 100644 --- a/src/kommandoview.h +++ b/src/kommandoview.h @@ -26,7 +26,7 @@ /** @author Daniel Stöckel <the_docter@gmx.net> */ -class KDE_EXPORT KommandoView : public TQListView +class TDE_EXPORT KommandoView : public TQListView { public: KommandoView(TQWidget* parent, const TQString& name); @@ -38,7 +38,7 @@ class KDE_EXPORT KommandoView : public TQListView TQString m_AppName; }; -class KDE_EXPORT KommandoViewList : public TQPtrList<KommandoView> +class TDE_EXPORT KommandoViewList : public TQPtrList<KommandoView> { public: KommandoViewList(bool autoDelete = false); |
