diff options
author | Michele Calgaro <[email protected]> | 2024-05-03 12:23:38 +0900 |
---|---|---|
committer | Michele Calgaro <[email protected]> | 2024-05-03 12:23:38 +0900 |
commit | e305356bf172a7e0d845e19f866c3c4885910876 (patch) | |
tree | 81597915c894dc187c26dfecb6ce65f0d705bd7e /src/kommandoview.h | |
parent | 7556d09fd53bf4897959da98c8701ee43d98cf36 (diff) | |
download | kommando-e305356bf172a7e0d845e19f866c3c4885910876.tar.gz kommando-e305356bf172a7e0d845e19f866c3c4885910876.zip |
Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
Signed-off-by: Michele Calgaro <[email protected]>
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 <[email protected]> */ -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); |