diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 15:14:12 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 15:14:12 -0600 |
commit | fd5d099065a748cac49e20a13481f85666c53c71 (patch) | |
tree | a0f1672cd88eb0e69b9ddc2ed9b08ecd98538bd3 /kmail/kmcommands.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/kmcommands.h')
-rw-r--r-- | kmail/kmcommands.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kmail/kmcommands.h b/kmail/kmcommands.h index dab733cc8..5e8bf9c3c 100644 --- a/kmail/kmcommands.h +++ b/kmail/kmcommands.h @@ -18,8 +18,8 @@ #include <ktempfile.h> class TQPopupMenu; -class KMainWindow; -class KAction; +class TDEMainWindow; +class TDEAction; class KProgressDialog; class TDEProcess; class KMFilter; @@ -740,12 +740,12 @@ public slots: /** Assign a KActio to the command which is used to trigger it. This * action will be deleted along with the command, so you don't need to * keep track of it separately. */ - void setAction( KAction* ); + void setAction( TDEAction* ); private: KMMainWidget *mMainWidget; KMFolder *mFolder; - KAction *mAction; + TDEAction *mAction; }; |