summaryrefslogtreecommitdiffstats
path: root/src/kommandoview.h
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-05-03 12:23:38 +0900
committerMichele Calgaro <[email protected]>2024-05-03 12:23:38 +0900
commite305356bf172a7e0d845e19f866c3c4885910876 (patch)
tree81597915c894dc187c26dfecb6ce65f0d705bd7e /src/kommandoview.h
parent7556d09fd53bf4897959da98c8701ee43d98cf36 (diff)
downloadkommando-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.h4
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);