summaryrefslogtreecommitdiffstats
path: root/tdecore/kcompletion_private.h
diff options
context:
space:
mode:
Diffstat (limited to 'tdecore/kcompletion_private.h')
-rw-r--r--tdecore/kcompletion_private.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/tdecore/kcompletion_private.h b/tdecore/kcompletion_private.h
index 1ce613faa..fcfea7243 100644
--- a/tdecore/kcompletion_private.h
+++ b/tdecore/kcompletion_private.h
@@ -31,7 +31,7 @@ class KCompTreeNode;
/**
* @internal
*/
-class KDECORE_EXPORT KCompTreeNodeList
+class TDECORE_EXPORT KCompTreeNodeList
{
public:
KCompTreeNodeList() : first(0), last(0), m_count(0) {}
@@ -81,7 +81,7 @@ typedef KCompTreeNodeList KCompTreeChildren;
* @author Carsten Pfeiffer <pfeiffer@kde.org>
* @internal
*/
-class KDECORE_EXPORT KCompTreeNode : public TQChar
+class TDECORE_EXPORT KCompTreeNode : public TQChar
{
public:
KCompTreeNode() : TQChar(), myWeight(0) {}
@@ -146,7 +146,7 @@ typedef KSortableValueList<TQString> KCompletionMatchesList;
/**
* @internal
*/
-class KDECORE_EXPORT KCompletionMatchesWrapper
+class TDECORE_EXPORT KCompletionMatchesWrapper
{
public:
KCompletionMatchesWrapper( bool sort = false )