X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Fwebpreviewitem.h;h=46f14e8591c666245a0276d669ec5f67048ecf5c;hp=71517f74f94f7bec2604bfeff1143fcde05b8308;hb=d438145b28f34b7fdbc7e290aa001e5f3f922207;hpb=9d54503555534a2c554f09a33df6afa33d6308ec diff --git a/src/qtui/webpreviewitem.h b/src/qtui/webpreviewitem.h index 71517f74..46f14e85 100644 --- a/src/qtui/webpreviewitem.h +++ b/src/qtui/webpreviewitem.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2014 by the Quassel Project * + * Copyright (C) 2005-2018 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -21,7 +21,7 @@ #ifndef WEBPREVIEWITEM_H #define WEBPREVIEWITEM_H -#ifdef HAVE_WEBKIT +#if defined HAVE_WEBKIT || defined HAVE_WEBENGINE #include @@ -37,6 +37,6 @@ private: }; -#endif //#ifdef HAVE_WEBKIT +#endif //#ifdef HAVE_WEBKIT || HAVE_WEBENGINE #endif //WEBPREVIEWITEM_H