diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-05 17:48:46 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-05-06 16:02:34 +0900 |
commit | 7bfa0fb6156e976c839bb0d61459fd4bf6a0aa4e (patch) | |
tree | f63d015ae98a52b2020591c440eeceae38698c4c /libtdepim/kscoringeditor.h | |
parent | 62c95d25331f3e2d652e2ae995ff51f7cb1f2bcf (diff) | |
download | tdepim-7bfa0fb6156e976c839bb0d61459fd4bf6a0aa4e.tar.gz tdepim-7bfa0fb6156e976c839bb0d61459fd4bf6a0aa4e.zip |
Replace KDE_[NO_]EXPORT with TDE_[NO_]EXPORT
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit d6705bac5da767ff271b66c0f01ff6ed6352515e)
Diffstat (limited to 'libtdepim/kscoringeditor.h')
-rw-r--r-- | libtdepim/kscoringeditor.h | 10 |
1 files changed, 5 insertions, 5 deletions
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 |