diff options
Diffstat (limited to 'kmail/snippetdlg.h')
-rw-r--r-- | kmail/snippetdlg.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kmail/snippetdlg.h b/kmail/snippetdlg.h index 1a9a1f02f..fd990539f 100644 --- a/kmail/snippetdlg.h +++ b/kmail/snippetdlg.h @@ -21,13 +21,13 @@ class SnippetDlg : public SnippetDlgBase Q_OBJECT public: - SnippetDlg( KActionCollection* ac, QWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 ); + SnippetDlg( KActionCollection* ac, TQWidget* parent = 0, const char* name = 0, bool modal = FALSE, WFlags fl = 0 ); ~SnippetDlg(); void setShowShortcut( bool show ); - QLabel* textLabel3; - QLabel* textLabelGroup; + TQLabel* textLabel3; + TQLabel* textLabelGroup; KKeyButton* keyButton; KActionCollection* actionCollection; |