aboutsummaryrefslogtreecommitdiff
path: root/engines/pegasus/notification.h
diff options
context:
space:
mode:
Diffstat (limited to 'engines/pegasus/notification.h')
-rwxr-xr-xengines/pegasus/notification.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/engines/pegasus/notification.h b/engines/pegasus/notification.h
index d276f456ad..ded66478fc 100755
--- a/engines/pegasus/notification.h
+++ b/engines/pegasus/notification.h
@@ -29,7 +29,7 @@
#include "common/list.h"
#include "pegasus/types.h"
-#include "pegasus/MMShell/Utilities/MMIDObject.h"
+#include "pegasus/util.h"
namespace Pegasus {
@@ -50,7 +50,7 @@ typedef Common::List<tReceiverEntry> tReceiverList;
A notification can have 32 flags associated with it, which can be user-defined.
*/
-class Notification : public MMIDObject {
+class Notification : public IDObject {
friend class NotificationManager;
public: