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