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/templatesinsertcommand.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'kmail/templatesinsertcommand.h') 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 +#include 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(); -- cgit v1.2.3