summaryrefslogtreecommitdiffstats
path: root/libkdepim/sendsmsdialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'libkdepim/sendsmsdialog.cpp')
-rw-r--r--libkdepim/sendsmsdialog.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/libkdepim/sendsmsdialog.cpp b/libkdepim/sendsmsdialog.cpp
index 7011c712..6a1e3541 100644
--- a/libkdepim/sendsmsdialog.cpp
+++ b/libkdepim/sendsmsdialog.cpp
@@ -27,8 +27,8 @@
#include "sendsmsdialog.h"
-SendSMSDialog::SendSMSDialog( const TQString &recipientName, TQWidget *parent, const char *name )
- : KDialogBase( Plain, i18n( "Send SMS" ), Ok | Cancel, Ok, parent, name, true, true )
+SendSMSDialog::SendSMSDialog( const TQString &recipientName, TQWidget *tqparent, const char *name )
+ : KDialogBase( Plain, i18n( "Send SMS" ), Ok | Cancel, Ok, tqparent, name, true, true )
{
TQWidget *page = plainPage();
@@ -37,7 +37,7 @@ SendSMSDialog::SendSMSDialog( const TQString &recipientName, TQWidget *parent, c
tqlayout->addWidget( new TQLabel( i18n( "Message" ), page ), 0, 0 );
mMessageLength = new TQLabel( "0/160", page );
- mMessageLength->tqsetAlignment( Qt::AlignRight );
+ mMessageLength->tqsetAlignment( TQt::AlignRight );
tqlayout->addWidget( mMessageLength, 0, 2 );
mText = new TQTextEdit( page );