summaryrefslogtreecommitdiffstats
path: root/src/kommandoview.h
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2023-07-23 16:22:39 +0900
committerMichele Calgaro <[email protected]>2023-07-23 16:22:39 +0900
commit889fb9a0290ac43d39a46d89490a62d0b28caa50 (patch)
tree1deb7d5a278a10ae5513a0a0dc5806eef9b8f9a8 /src/kommandoview.h
parentb89fb39eb964ec3d3ee65e18348ac3e78f3e64da (diff)
downloadkommando-889fb9a0290ac43d39a46d89490a62d0b28caa50.tar.gz
kommando-889fb9a0290ac43d39a46d89490a62d0b28caa50.zip
Added cmake build files
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'src/kommandoview.h')
-rw-r--r--src/kommandoview.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/kommandoview.h b/src/kommandoview.h
index 9384e22..2c2f60b 100644
--- a/src/kommandoview.h
+++ b/src/kommandoview.h
@@ -20,12 +20,13 @@
#ifndef KOMMANDOVIEW_H
#define KOMMANDOVIEW_H
-#include <ntqlistview.h>
+#include <tqlistview.h>
+#include <kdemacros.h>
/**
@author Daniel Stöckel <[email protected]>
*/
-class KommandoView : public TQListView
+class KDE_EXPORT KommandoView : public TQListView
{
public:
KommandoView(TQWidget* parent, const TQString& name);
@@ -37,7 +38,7 @@ class KommandoView : public TQListView
TQString m_AppName;
};
-class KommandoViewList : public TQPtrList<KommandoView>
+class KDE_EXPORT KommandoViewList : public TQPtrList<KommandoView>
{
public:
KommandoViewList(bool autoDelete = false);