From 6f617c4181afa90f3eba14139d4f92eb98834899 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 1 Feb 2013 15:05:21 -0600 Subject: Rename a number of classes to enhance compatibility with KDE4 --- src/libgui/gui_debug_manager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libgui/gui_debug_manager.cpp') diff --git a/src/libgui/gui_debug_manager.cpp b/src/libgui/gui_debug_manager.cpp index 9ddf0e0..365d37e 100644 --- a/src/libgui/gui_debug_manager.cpp +++ b/src/libgui/gui_debug_manager.cpp @@ -164,7 +164,7 @@ void Debugger::GuiManager::clear() bool Debugger::GuiManager::update(bool gotoPC) { bool on = (programmer() ? programmer()->isTargetPowerOn() : false); - static_cast(Main::action("prog_power"))->setChecked(on); + static_cast(Main::action("prog_power"))->setChecked(on); return Manager::update(gotoPC); } -- cgit v1.2.1