summaryrefslogtreecommitdiffstats
path: root/kmail/snippetdlg.h
diff options
context:
space:
mode:
Diffstat (limited to 'kmail/snippetdlg.h')
-rw-r--r--kmail/snippetdlg.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kmail/snippetdlg.h b/kmail/snippetdlg.h
index 1a9a1f02..fd990539 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;