From 79b21d47bce1ee428affc97534cd8b257232a871 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 24 Jan 2013 13:43:14 -0600 Subject: Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4 --- tdmlib/kgreet_classic.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'tdmlib/kgreet_classic.cpp') diff --git a/tdmlib/kgreet_classic.cpp b/tdmlib/kgreet_classic.cpp index b37f2bab7..01bf41485 100644 --- a/tdmlib/kgreet_classic.cpp +++ b/tdmlib/kgreet_classic.cpp @@ -180,7 +180,7 @@ KClassicGreeter::loadUsers( const TQStringList &users ) userNamesCompletion->setItems( users ); loginEdit->setCompletionObject( userNamesCompletion ); loginEdit->setAutoDeleteCompletionObject( true ); - loginEdit->setCompletionMode( KGlobalSettings::CompletionAuto ); + loginEdit->setCompletionMode( TDEGlobalSettings::CompletionAuto ); } void // virtual @@ -485,13 +485,13 @@ static bool init( const TQString &, void *ctx ) { echoMode = getConf( ctx, "EchoMode", TQVariant( -1 ) ).toInt(); - KGlobal::locale()->insertCatalogue( "kgreet_classic" ); + TDEGlobal::locale()->insertCatalogue( "kgreet_classic" ); return true; } static void done( void ) { - KGlobal::locale()->removeCatalogue( "kgreet_classic" ); + TDEGlobal::locale()->removeCatalogue( "kgreet_classic" ); } static KGreeterPlugin * -- cgit v1.2.3