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/kuser.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kuser/kuser.cpp') diff --git a/kuser/kuser.cpp b/kuser/kuser.cpp index 4ac7c43..fb4ffdc 100644 --- a/kuser/kuser.cpp +++ b/kuser/kuser.cpp @@ -772,7 +772,7 @@ int KU::KUser::removeCrontabs() file = TQFile::decodeName(CRONTAB_DIR) + "/" + p_name; if ( access(TQFile::encodeName(file), F_OK) == 0 ) { - command = TQString::fromLatin1("crontab -u %1 -r").arg(KProcess::quote(p_name)); + command = TQString::fromLatin1("crontab -u %1 -r").arg(TDEProcess::quote(p_name)); if ( system(TQFile::encodeName(command)) != 0 ) { KMessageBox::error( 0, i18n("Cannot remove crontab %1.\nError: %2") .arg(command).arg(TQString::fromLocal8Bit(strerror(errno))) ); -- cgit v1.2.1