diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 15:03:56 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 15:03:56 -0600 |
commit | 838c12479705e754efacfa4ffc2f919af2570f5e (patch) | |
tree | c1a7840723bbcf831d58435b4df1693ef5aeb4b3 | |
parent | 61d66cf8cb90dc1a65e1194b2042dc9456c931e1 (diff) | |
download | kpowersave-838c12479705e754efacfa4ffc2f919af2570f5e.tar.gz kpowersave-838c12479705e754efacfa4ffc2f919af2570f5e.zip |
Rename a number of classes to enhance compatibility with KDE4
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | src/configuredialog.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1392,7 +1392,7 @@ * src/blacklistedit_Dialog.ui: * src/configure_Dialog.ui: * src/configuredialog.cpp: Need to call - KAcceleratorManager::manage() manually because it did not work. + TDEAcceleratorManager::manage() manually because it did not work. * src/detailed_Dialog.ui: * src/info_Dialog.ui: diff --git a/src/configuredialog.cpp b/src/configuredialog.cpp index 34332db..84609a8 100644 --- a/src/configuredialog.cpp +++ b/src/configuredialog.cpp @@ -178,7 +178,7 @@ void ConfigureDialog::setSchemeList(){ } } - KAcceleratorManager::manage(pB_newScheme); + TDEAcceleratorManager::manage(pB_newScheme); kdDebugFuncOut(trace); } |