///////////////////////////////////////////////////////////////////////////////
-// Name: gtk/hildon/notifmsg.cpp
+// Name: src/gtk/hildon/notifmsg.cpp
// Purpose: Hildon implementation of wxNotificationMessage
// Author: Vadim Zeitlin
// Created: 2007-11-21
#pragma hdrstop
#endif
-#if wxUSE_LIBHILDON
+#if wxUSE_LIBHILDON || wxUSE_LIBHILDON2
#ifndef WX_PRECOMP
#endif //WX_PRECOMP
#include "wx/notifmsg.h"
#include "wx/toplevel.h"
-#include <hildon-widgets/hildon-banner.h>
+#if wxUSE_LIBHILDON
+ #include <hildon-widgets/hildon-banner.h>
+#endif // wxUSE_LIBHILDON
+
+#if wxUSE_LIBHILDON2
+ #include <hildon/hildon.h>
+#endif // wxUSE_LIBHILDON2
// ============================================================================
// wxNotificationMessage implementation
Close();
}
-#endif // wxUSE_LIBHILDON
+#endif // wxUSE_LIBHILDON || wxUSE_LIBHILDON2