From 7be55ffa061c026e35e2d6a0effe1161ddb0d41f Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 31 Jul 2010 19:53:50 +0000 Subject: Trinity Qt initial conversion git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1157655 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kmail/snippetdlg.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'kmail/snippetdlg.h') 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; -- cgit v1.2.1