diff --git a/article-style.css b/article-style.css
index 0a081d70..3c8e4612 100644
--- a/article-style.css
+++ b/article-style.css
@@ -115,6 +115,12 @@ div.sdct_h
{
}
+.sdict_h_wav img
+{
+ /* Ugly hack since "vertical-align: middle;" looks _terrible_ in Qt4's webkit: */
+ vertical-align: -30%;
+}
+
/* StarDict type 'm' -- Pure meaning. Presented as
*/
pre.sdct_m
{
diff --git a/stardict.cc b/stardict.cc
index b5abb56a..34c4b15b 100644
--- a/stardict.cc
+++ b/stardict.cc
@@ -17,6 +17,7 @@
#include "tiff.hh"
#include "ftshelpers.hh"
#include "wstring_qt.hh"
+#include "audiolink.hh"
#include
#include