From 460c52653ab0dcca6f19a4f492ed2c5e4e963ab0 Mon Sep 17 00:00:00 2001 From: toma Date: Wed, 25 Nov 2009 17:56:58 +0000 Subject: Copy the KDE 3.5 branch to branches/trinity for new KDE 3.5 features. BUG:215923 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1054174 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kmail/snippetdlg.h | 42 ++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 kmail/snippetdlg.h (limited to 'kmail/snippetdlg.h') diff --git a/kmail/snippetdlg.h b/kmail/snippetdlg.h new file mode 100644 index 000000000..1a9a1f02f --- /dev/null +++ b/kmail/snippetdlg.h @@ -0,0 +1,42 @@ +/**************************************************************************** +** Form interface generated from reading ui file '/Users/till/Documents/Code/kde/enterprise/kdepim/kmail/snippetdlg.ui' +** +** Created: Tue Sep 25 16:03:02 2007 +** by: The User Interface Compiler ($Id: qt/main.cpp 3.3.8 edited Jan 11 14:47 $) +** +** WARNING! All changes made in this file will be lost! +****************************************************************************/ + +#ifndef SNIPPETDLG_H +#define SNIPPETDLG_H + +#include "snippetdlgbase.h" + +class KKeyButton; +class KActionCollection; +class KShortcut; + +class SnippetDlg : public SnippetDlgBase +{ + Q_OBJECT + +public: + SnippetDlg( KActionCollection* ac, QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 ); + ~SnippetDlg(); + + void setShowShortcut( bool show ); + + QLabel* textLabel3; + QLabel* textLabelGroup; + KKeyButton* keyButton; + KActionCollection* actionCollection; + +private slots: + void slotCapturedShortcut( const KShortcut& ); + +protected slots: + virtual void languageChange(); + +}; + +#endif // SNIPPETDLG_H -- cgit v1.2.1