summaryrefslogtreecommitdiffstats
path: root/kmail/snippetdlg.h
diff options
context:
space:
mode:
Diffstat (limited to 'kmail/snippetdlg.h')
-rw-r--r--kmail/snippetdlg.h11
1 files changed, 6 insertions, 5 deletions
diff --git a/kmail/snippetdlg.h b/kmail/snippetdlg.h
index fd990539..efd7bc53 100644
--- a/kmail/snippetdlg.h
+++ b/kmail/snippetdlg.h
@@ -20,7 +20,7 @@ class SnippetDlg : public SnippetDlgBase
{
Q_OBJECT
-public:
+ public:
SnippetDlg( KActionCollection* ac, TQWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 );
~SnippetDlg();
@@ -31,12 +31,13 @@ public:
KKeyButton* keyButton;
KActionCollection* actionCollection;
-private slots:
- void slotCapturedShortcut( const KShortcut& );
-
-protected slots:
+ protected slots:
+ void slotTextChanged( const TQString& );
+ void slotReturnPressed();
virtual void languageChange();
+ private slots:
+ void slotCapturedShortcut( const KShortcut& );
};
#endif // SNIPPETDLG_H