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/snippetdlg.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'kmail/snippetdlg.h') diff --git a/kmail/snippetdlg.h b/kmail/snippetdlg.h index 4aa89c1de..c46e23991 100644 --- a/kmail/snippetdlg.h +++ b/kmail/snippetdlg.h @@ -13,8 +13,8 @@ #include "snippetdlgbase.h" class KKeyButton; -class KActionCollection; -class KShortcut; +class TDEActionCollection; +class TDEShortcut; class SnippetDlg : public SnippetDlgBase { @@ -22,7 +22,7 @@ class SnippetDlg : public SnippetDlgBase public: - SnippetDlg( KActionCollection* ac, TQWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 ); + SnippetDlg( TDEActionCollection* ac, TQWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 ); ~SnippetDlg(); void setShowShortcut( bool show ); @@ -30,7 +30,7 @@ class SnippetDlg : public SnippetDlgBase TQLabel* textLabel3; TQLabel* textLabelGroup; KKeyButton* keyButton; - KActionCollection* actionCollection; + TDEActionCollection* actionCollection; protected slots: void slotTextChanged( const TQString& ); @@ -38,7 +38,7 @@ class SnippetDlg : public SnippetDlgBase virtual void languageChange(); private slots: - void slotCapturedShortcut( const KShortcut& ); + void slotCapturedShortcut( const TDEShortcut& ); }; #endif // SNIPPETDLG_H -- cgit v1.2.1