From f537c21b68e08f649b1b297bce8f3904603137e0 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 1 Feb 2013 15:11:21 -0600 Subject: Rename a number of classes to enhance compatibility with KDE4 --- kcontrol/keys/main.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'kcontrol/keys/main.cpp') diff --git a/kcontrol/keys/main.cpp b/kcontrol/keys/main.cpp index 0c6d13c4d..736a937bd 100644 --- a/kcontrol/keys/main.cpp +++ b/kcontrol/keys/main.cpp @@ -154,12 +154,12 @@ extern "C" /*kdDebug(125) << "KKeyModule::init() - Initialize # Modifier Keys Settings\n"; TDEConfigGroupSaver cgs( TDEGlobal::config(), "Keyboard" ); - TQString fourMods = TDEGlobal::config()->readEntry( "Use Four Modifier Keys", KAccel::keyboardHasMetaKey() ? "true" : "false" ); - KAccel::useFourModifierKeys( fourMods == "true" ); - bool bUseFourModifierKeys = KAccel::useFourModifierKeys(); + TQString fourMods = TDEGlobal::config()->readEntry( "Use Four Modifier Keys", TDEAccel::keyboardHasMetaKey() ? "true" : "false" ); + TDEAccel::useFourModifierKeys( fourMods == "true" ); + bool bUseFourModifierKeys = TDEAccel::useFourModifierKeys(); TDEGlobal::config()->writeEntry( "User Four Modifier Keys", bUseFourModifierKeys ? "true" : "false", true, true ); */ - KAccelActions* keys = new KAccelActions(); + TDEAccelActions* keys = new TDEAccelActions(); kdDebug(125) << "KeyModule::init() - Load Included Bindings\n"; // this should match the included files above -- cgit v1.2.1