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 /certmanager/lib/ui/keylistview.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 'certmanager/lib/ui/keylistview.h')
| -rw-r--r-- | certmanager/lib/ui/keylistview.h | 14 | 
1 files changed, 7 insertions, 7 deletions
| diff --git a/certmanager/lib/ui/keylistview.h b/certmanager/lib/ui/keylistview.h index 414e4dea..49fd8b63 100644 --- a/certmanager/lib/ui/keylistview.h +++ b/certmanager/lib/ui/keylistview.h @@ -62,7 +62,7 @@ namespace Kleo {    class KeyListView; -  class KDE_EXPORT KeyListViewItem : public TQListViewItem { +  class TDE_EXPORT KeyListViewItem : public TQListViewItem {    public:      KeyListViewItem( KeyListView * parent, const GpgME::Key & key );      KeyListViewItem( KeyListView * parent, KeyListViewItem * after, const GpgME::Key & key ); @@ -101,7 +101,7 @@ namespace Kleo {      GpgME::Key mKey;    }; -  class KDE_EXPORT SubkeyKeyListViewItem : public KeyListViewItem { +  class TDE_EXPORT SubkeyKeyListViewItem : public KeyListViewItem {    public:      SubkeyKeyListViewItem( KeyListView * parent, const GpgME::Subkey & subkey );      SubkeyKeyListViewItem( KeyListView * parent, KeyListViewItem * after, const GpgME::Subkey & subkey ); @@ -133,7 +133,7 @@ namespace Kleo {      GpgME::Subkey mSubkey;    }; -  class KDE_EXPORT UserIDKeyListViewItem : public KeyListViewItem { +  class TDE_EXPORT UserIDKeyListViewItem : public KeyListViewItem {    public:      UserIDKeyListViewItem( KeyListView * parent, const GpgME::UserID & userid );      UserIDKeyListViewItem( KeyListView * parent, KeyListViewItem * after, const GpgME::UserID & userid ); @@ -165,7 +165,7 @@ namespace Kleo {      GpgME::UserID mUserID;    }; -  class KDE_EXPORT SignatureKeyListViewItem : public KeyListViewItem { +  class TDE_EXPORT SignatureKeyListViewItem : public KeyListViewItem {    public:      SignatureKeyListViewItem( KeyListView * parent, const GpgME::UserID::Signature & sig );      SignatureKeyListViewItem( KeyListView * parent, KeyListViewItem * after, const GpgME::UserID::Signature & sig ); @@ -198,13 +198,13 @@ namespace Kleo {    }; -  class KDE_EXPORT KeyListView : public TDEListView { +  class TDE_EXPORT KeyListView : public TDEListView {      TQ_OBJECT      friend class KeyListViewItem;    public: -    class KDE_EXPORT ColumnStrategy { +    class TDE_EXPORT ColumnStrategy {      public:        virtual ~ColumnStrategy();        virtual TQString title( int column ) const = 0; @@ -232,7 +232,7 @@ namespace Kleo {        virtual int signatureCompare( const GpgME::UserID::Signature & sig1, const GpgME::UserID::Signature & sig2, const int column ) const;      }; -    class KDE_EXPORT DisplayStrategy { +    class TDE_EXPORT DisplayStrategy {      public:        virtual ~DisplayStrategy();        //font | 
