summaryrefslogtreecommitdiffstats
path: root/src/kommandoview.h
diff options
context:
space:
mode:
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 <the_docter@gmx.net>
*/
-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);