remove unnecessary method: startApplication; method was moved to LauncherItem
[simple-launcher] / launcher-item.h
index 33e2779..29134c9 100644 (file)
@@ -5,11 +5,15 @@
 
 #include <gdk-pixbuf/gdk-pixbuf.h>
 
+#include <libosso.h>
+
 class LauncherItem {
 public:
   LauncherItem();
  ~LauncherItem();
 
+  bool activate(osso_context_t *);
+
   bool load(const std::string&);
 
   GdkPixbuf *getIcon(int icon_size) const;