summaryrefslogtreecommitdiffabout
authorzautrix <zautrix>2004-10-07 22:51:36 (UTC)
committer zautrix <zautrix>2004-10-07 22:51:36 (UTC)
commit9f1b282aa2a72f3118a89dfebbc3c8132197213a (patch) (unidiff)
treeedb795e1dfbc0a192a692a43a4369c84526201dd
parent21ec296f7f2832920dac336bb9f9476c80d746f5 (diff)
downloadkdepimpi-9f1b282aa2a72f3118a89dfebbc3c8132197213a.zip
kdepimpi-9f1b282aa2a72f3118a89dfebbc3c8132197213a.tar.gz
kdepimpi-9f1b282aa2a72f3118a89dfebbc3c8132197213a.tar.bz2
ompi fixes
Diffstat (more/less context) (ignore whitespace changes)
-rw-r--r--kmicromail/composemail.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/kmicromail/composemail.cpp b/kmicromail/composemail.cpp
index e6f7daa..946e97d 100644
--- a/kmicromail/composemail.cpp
+++ b/kmicromail/composemail.cpp
@@ -117,12 +117,17 @@ ComposeMail::ComposeMail( Settings *s, QWidget *parent, const char *name, bool m
117 tr( "Please create an SMTP account first.\nThe SMTP is needed for sending mail.\n" ), 117 tr( "Please create an SMTP account first.\nThe SMTP is needed for sending mail.\n" ),
118 tr( "Ok" ) ); 118 tr( "Ok" ) );
119 return; 119 return;
120 } 120 }
121 connect( smtpAccountBox, SIGNAL( activated(int) ), SLOT( fillValues(int) ) ); 121 connect( smtpAccountBox, SIGNAL( activated(int) ), SLOT( fillValues(int) ) );
122 message->setFont ( KOPrefs::instance()->mComposeFont ); 122 message->setFont ( KOPrefs::instance()->mComposeFont );
123 message->setWordWrap (QMultiLineEdit::WidgetWidth);
124#ifndef DESKTOP_VERSION
125 QPEApplication::setStylusOperation( message, QPEApplication::RightOnHold );
126#endif
127
123} 128}
124 129
125void ComposeMail::fillSettings() 130void ComposeMail::fillSettings()
126{ 131{
127 if ( QApplication::desktop()->width() < 320 ) 132 if ( QApplication::desktop()->width() < 320 )
128 fromBox->setMaximumWidth( 100 ); 133 fromBox->setMaximumWidth( 100 );