From fd5d099065a748cac49e20a13481f85666c53c71 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 1 Feb 2013 15:14:12 -0600 Subject: Rename a number of classes to enhance compatibility with KDE4 --- kmail/kmcommands.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'kmail/kmcommands.h') diff --git a/kmail/kmcommands.h b/kmail/kmcommands.h index dab733cc..5e8bf9c3 100644 --- a/kmail/kmcommands.h +++ b/kmail/kmcommands.h @@ -18,8 +18,8 @@ #include 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; }; -- cgit v1.2.3