~macslow/unity/backported-remote-add-to-5.0

« back to all changes in this revision

Viewing changes to plugins/unityshell/src/HudLauncherIcon.h

Merging with upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
#ifndef UNITYSHELL_HUDLAUNCHERICON_H
21
21
#define UNITYSHELL_HUDLAUNCHERICON_H
22
22
 
23
 
#include "SimpleLauncherIcon.h"
 
23
#include "SingleMonitorLauncherIcon.h"
24
24
 
25
25
#include "LauncherOptions.h"
26
26
#include "UBusWrapper.h"
30
30
namespace launcher
31
31
{
32
32
 
33
 
class HudLauncherIcon : public SimpleLauncherIcon
 
33
class HudLauncherIcon : public SingleMonitorLauncherIcon
34
34
{
35
35
 
36
36
public: