author | zautrix <zautrix> | 2005-04-19 15:06:33 (UTC) |
---|---|---|
committer | zautrix <zautrix> | 2005-04-19 15:06:33 (UTC) |
commit | da4130c979ec1ea278183ef7697777cb4d1f5101 (patch) (side-by-side diff) | |
tree | bd43a5c8828a43aa50b60f0a7da6e0a08a0e84ee /kalarmd/alarmdialog.cpp | |
parent | 4331d5d1ef467cd2f962fc113b35cceb0d81d9b2 (diff) | |
download | kdepimpi-da4130c979ec1ea278183ef7697777cb4d1f5101.zip kdepimpi-da4130c979ec1ea278183ef7697777cb4d1f5101.tar.gz kdepimpi-da4130c979ec1ea278183ef7697777cb4d1f5101.tar.bz2 |
alarm +version
-rw-r--r-- | kalarmd/alarmdialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kalarmd/alarmdialog.cpp b/kalarmd/alarmdialog.cpp index 1cda534..17d4afa 100644 --- a/kalarmd/alarmdialog.cpp +++ b/kalarmd/alarmdialog.cpp @@ -54,17 +54,17 @@ #include <qtopia/sound.h> #endif #include "alarmdialog.h" AlarmDialog::AlarmDialog(QWidget *parent,const char *name) - : QDialog (parent, name, true, Qt::WStyle_Customize |Qt::WStyle_StaysOnTop | Qt::WStyle_DialogBorder) + : QDialog (parent, name ,false, Qt::WStyle_StaysOnTop ) { setCaption( "KO/Pi Alarm!" ); QVBoxLayout* layout = new QVBoxLayout( this); QLabel* l = new QLabel("The following event triggered alarm:",this); layout->addWidget ( l ); l->setAlignment( AlignCenter); mMessage = new QLabel ( " ", this ); int fs = 18; |