summaryrefslogtreecommitdiffstats
path: root/kmail/templatesinsertcommand.h
diff options
context:
space:
mode:
Diffstat (limited to 'kmail/templatesinsertcommand.h')
-rw-r--r--kmail/templatesinsertcommand.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kmail/templatesinsertcommand.h b/kmail/templatesinsertcommand.h
index f6d54cc1..4a94a979 100644
--- a/kmail/templatesinsertcommand.h
+++ b/kmail/templatesinsertcommand.h
@@ -23,7 +23,7 @@
#ifndef TEMPLATESINSERTCOMMAND_H
#define TEMPLATESINSERTCOMMAND_H
-#include <qpushbutton.h>
+#include <tqpushbutton.h>
class KActionMenu;
@@ -32,7 +32,7 @@ class TemplatesInsertCommand : public QPushButton
Q_OBJECT
public:
- TemplatesInsertCommand( QWidget *parent, const char *name = 0 );
+ TemplatesInsertCommand( TQWidget *parent, const char *name = 0 );
~TemplatesInsertCommand();
public:
@@ -48,7 +48,7 @@ class TemplatesInsertCommand : public QPushButton
signals:
void insertCommand( TemplatesInsertCommand::Command cmd );
- void insertCommand( QString cmd, int adjustCursor = 0 );
+ void insertCommand( TQString cmd, int adjustCursor = 0 );
public slots:
void slotClicked();