kmail

snippetdlg.h
1/****************************************************************************
2** Form interface generated from reading ui file '/Users/till/Documents/Code/kde/enterprise/tdepim/kmail/snippetdlg.ui'
3**
4** Created: Tue Sep 25 16:03:02 2007
5** by: The User Interface Compiler ($Id: qt/main.cpp 3.3.8 edited Jan 11 14:47 $)
6**
7** WARNING! All changes made in this file will be lost!
8****************************************************************************/
9
10#ifndef SNIPPETDLG_H
11#define SNIPPETDLG_H
12
13#include "snippetdlgbase.h"
14
15class KKeyButton;
16class TDEActionCollection;
17class TDEShortcut;
18
19class SnippetDlg : public SnippetDlgBase
20{
21 TQ_OBJECT
22
23
24 public:
25 SnippetDlg( TDEActionCollection* ac, TQWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
26 ~SnippetDlg();
27
28 void setShowShortcut( bool show );
29
30 TQLabel* textLabel3;
31 TQLabel* textLabelGroup;
32 KKeyButton* keyButton;
33 TDEActionCollection* actionCollection;
34
35 protected slots:
36 void slotTextChanged( const TQString& );
37 void slotReturnPressed();
38 virtual void languageChange();
39
40 private slots:
41 void slotCapturedShortcut( const TDEShortcut& );
42};
43
44#endif // SNIPPETDLG_H