From 7bfa0fb6156e976c839bb0d61459fd4bf6a0aa4e Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Sun, 5 May 2024 17:48:46 +0900 Subject: Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT Signed-off-by: Michele Calgaro (cherry picked from commit d6705bac5da767ff271b66c0f01ff6ed6352515e) --- libtdepim/kscoringeditor.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'libtdepim/kscoringeditor.h') diff --git a/libtdepim/kscoringeditor.h b/libtdepim/kscoringeditor.h index 8df84e17..81e7a21f 100644 --- a/libtdepim/kscoringeditor.h +++ b/libtdepim/kscoringeditor.h @@ -49,7 +49,7 @@ class KColorCombo; /** this widget implements an editor for one condition. It is used in ExpressionEditWidget */ -class KDE_EXPORT SingleConditionWidget : public TQFrame +class TDE_EXPORT SingleConditionWidget : public TQFrame { TQ_OBJECT @@ -131,7 +131,7 @@ private: /** this widget implements the action editor */ -class KDE_EXPORT ActionEditWidget : public KWidgetLister +class TDE_EXPORT ActionEditWidget : public KWidgetLister { TQ_OBJECT @@ -200,7 +200,7 @@ private: /** This widget shows a list of rules with buttons for copy, delete aso. */ -class KDE_EXPORT RuleListWidget : public TQWidget +class TDE_EXPORT RuleListWidget : public TQWidget { TQ_OBJECT @@ -251,7 +251,7 @@ private: TQPushButton *mRuleDown; }; -class KDE_EXPORT KScoringEditor : public KDialogBase +class TDE_EXPORT KScoringEditor : public KDialogBase { TQ_OBJECT @@ -299,7 +299,7 @@ private: TQString ruleName; }; -class KDE_EXPORT KScoringEditorWidget : public TQWidget +class TDE_EXPORT KScoringEditorWidget : public TQWidget { TQ_OBJECT -- cgit v1.2.3