summaryrefslogtreecommitdiffstats
path: root/kmail/snippetdlg.h
diff options
context:
space:
mode:
Diffstat (limited to 'kmail/snippetdlg.h')
-rw-r--r--kmail/snippetdlg.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/kmail/snippetdlg.h b/kmail/snippetdlg.h
index 4aa89c1d..c46e2399 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