diff options
Diffstat (limited to 'kmail/templatesinsertcommand.h')
-rw-r--r-- | kmail/templatesinsertcommand.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kmail/templatesinsertcommand.h b/kmail/templatesinsertcommand.h index f6d54cc1c..4a94a979b 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(); |