diff options
author | Timothy Pearson <[email protected]> | 2013-02-01 15:14:12 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-02-01 15:14:12 -0600 |
commit | fd5d099065a748cac49e20a13481f85666c53c71 (patch) | |
tree | a0f1672cd88eb0e69b9ddc2ed9b08ecd98538bd3 /kmail/snippetitem.h | |
parent | b440a9c608596cd88efdb3bfa4661c5e37efbe4b (diff) | |
download | tdepim-fd5d099065a748cac49e20a13481f85666c53c71.tar.gz tdepim-fd5d099065a748cac49e20a13481f85666c53c71.zip |
Rename a number of classes to enhance compatibility with KDE4
Diffstat (limited to 'kmail/snippetitem.h')
-rw-r--r-- | kmail/snippetitem.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kmail/snippetitem.h b/kmail/snippetitem.h index 3222449a7..395b62cb4 100644 --- a/kmail/snippetitem.h +++ b/kmail/snippetitem.h @@ -20,7 +20,7 @@ #include <tqobject.h> class TQString; -class KAction; +class TDEAction; class SnippetGroup; @@ -45,8 +45,8 @@ public: void resetParent(); void setText(TQString text); void setName(TQString name); - void setAction( KAction* ); - KAction* getAction(); + void setAction( TDEAction* ); + TDEAction* getAction(); static SnippetItem * findItemByName(TQString name, TQPtrList<SnippetItem> &list); static SnippetGroup * findGroupById(int id, TQPtrList<SnippetItem> &list); signals: @@ -59,7 +59,7 @@ private: TQString strName; TQString strText; int iParent; - KAction *action; + TDEAction *action; }; /** |