Skip to content
Snippets Groups Projects
Commit 0a5af014 authored by Beat Küng's avatar Beat Küng
Browse files

NavigatorMode: inherit from Block instead of SuperBlock

parent 118214c6
No related branches found
No related tags found
No related merge requests found
......@@ -43,7 +43,7 @@
#include "navigator.h"
NavigatorMode::NavigatorMode(Navigator *navigator, const char *name) :
SuperBlock(navigator, name),
Block(navigator, name),
_navigator(navigator),
_active(false)
{
......
......@@ -47,7 +47,7 @@
class Navigator;
class NavigatorMode : public control::SuperBlock
class NavigatorMode : public control::Block
{
public:
NavigatorMode(Navigator *navigator, const char *name);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment