diff options
Diffstat (limited to 'kmail/snippetdlg.h')
-rw-r--r-- | kmail/snippetdlg.h | 10 |
1 files changed, 5 insertions, 5 deletions
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 |