summaryrefslogtreecommitdiff
path: root/src
diff options
authorLoïc Molinari <loic.molinari@canonical.com>2011-01-28 11:16:10 +0100
committerLoïc Molinari <loic.molinari@canonical.com>2011-01-28 11:16:10 +0100
commit7606c7487d4c7052ec736df611deb4dfd5d4986f (patch)
tree92401d0c9e0855f2b792ee6bb76b2d63b2379128 /src
parentc25c21944e7390e0a775ab85e1e8acd8b268267b (diff)
Adapted to new nux::Object API
modified: src/LauncherIcon.h - Removed inheritance from sigc::trackable since the base nux::Trackable class now inherits from it. (bzr r798.4.1)
Diffstat (limited to 'src')
-rw-r--r--src/LauncherIcon.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/LauncherIcon.h b/src/LauncherIcon.h
index 0708fd62a..9024538c7 100644
--- a/src/LauncherIcon.h
+++ b/src/LauncherIcon.h
@@ -43,7 +43,7 @@ class Launcher;
class QuicklistView;
-class LauncherIcon : public Introspectable, public nux::InitiallyUnownedObject, public sigc::trackable
+class LauncherIcon : public Introspectable, public nux::InitiallyUnownedObject
{
NUX_DECLARE_OBJECT_TYPE (LauncherIcon, nux::InitiallyUnownedObject);
public: