summaryrefslogtreecommitdiffstats
path: root/src/menulistviewitem.h
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2024-05-03 12:23:38 +0900
committerMichele Calgaro <[email protected]>2024-05-07 19:45:36 +0900
commit8d48abe4fff86e65819410538a256c9487f136d3 (patch)
treedb78cfd8eccbf5c6696c31a3c3127fe2981b051a /src/menulistviewitem.h
parente2d9bda63ab43bc9a9bc3a7a9a178d906e983d13 (diff)
downloadkommando-8d48abe4fff86e65819410538a256c9487f136d3.tar.gz
kommando-8d48abe4fff86e65819410538a256c9487f136d3.zip
Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
Signed-off-by: Michele Calgaro <[email protected]> (cherry picked from commit e305356bf172a7e0d845e19f866c3c4885910876)
Diffstat (limited to 'src/menulistviewitem.h')
-rw-r--r--src/menulistviewitem.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/menulistviewitem.h b/src/menulistviewitem.h
index 2b469a4..e9531c5 100644
--- a/src/menulistviewitem.h
+++ b/src/menulistviewitem.h
@@ -23,7 +23,7 @@
#include <tqlistview.h>
#include <kdemacros.h>
-class KDE_EXPORT MenuListViewItem : public TQListViewItem
+class TDE_EXPORT MenuListViewItem : public TQListViewItem
{
public:
enum ItemType{Menu,Button};