diff options
Diffstat (limited to 'kdesktop/lock/querydlg.cc')
| -rw-r--r-- | kdesktop/lock/querydlg.cc | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/kdesktop/lock/querydlg.cc b/kdesktop/lock/querydlg.cc index fee1016d3..ec9b88b04 100644 --- a/kdesktop/lock/querydlg.cc +++ b/kdesktop/lock/querydlg.cc @@ -25,7 +25,7 @@  #include <dcopref.h>  #include <kmessagebox.h> -#include <layout.h> +#include <tqlayout.h>  #include <tqpushbutton.h>  #include <tqmessagebox.h>  #include <tqsimplerichtext.h> @@ -86,8 +86,8 @@ QueryDlg::QueryDlg(LockProcess *parent)      KUser user;      mStatusLabel = new TQLabel( "<b> </b>", frame ); -    //mStatusLabel->setAlignment( TQLabel::AlignCenter ); -    mStatusLabel->setAlignment( TQLabel::AlignLeft ); +    //mStatusLabel->tqsetAlignment( TQLabel::AlignCenter ); +    mStatusLabel->tqsetAlignment( TQLabel::AlignLeft );      KSeparator *sep = new KSeparator( KSeparator::HLine, frame ); | 
