From 5f444a9ea966b68991cef44d2711378ef9ff406d Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 24 Jan 2013 13:40:58 -0600 Subject: Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4 --- kuser/propdlg.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kuser/propdlg.cpp') diff --git a/kuser/propdlg.cpp b/kuser/propdlg.cpp index 1a375c5..40e8085 100644 --- a/kuser/propdlg.cpp +++ b/kuser/propdlg.cpp @@ -461,7 +461,7 @@ void propdlg::selectuser() kug->getUsers().getCaps() & KU::KUsers::Cap_Samba || kug->getUsers().getCaps() & KU::KUsers::Cap_BSD ) { - leslstchg->setText( KGlobal::locale()->formatDateTime( datetime, false ) ); + leslstchg->setText( TDEGlobal::locale()->formatDateTime( datetime, false ) ); } if ( one ) { @@ -919,7 +919,7 @@ void propdlg::setpwd() kug->getUsers().getCaps() & KU::KUsers::Cap_Samba || kug->getUsers().getCaps() & KU::KUsers::Cap_BSD ) { - leslstchg->setText( KGlobal::locale()->formatDateTime( datetime, false ) ); + leslstchg->setText( TDEGlobal::locale()->formatDateTime( datetime, false ) ); } cbdisabled->setChecked( false ); } -- cgit v1.2.1