X-Git-Url: https://git.quassel-irc.org/?p=quassel.git;a=blobdiff_plain;f=src%2Fqtui%2Fwebpreviewitem.h;h=28be4cd1fcf4cc08839e89771b445e115b7d4de4;hp=a347bc7f8c8142ceb4f2c155caa2536038722db9;hb=a65f42197839da536975b3e2858eedcef420035f;hpb=5b686746c880e5cda6d5de3e08180ea4332ff222 diff --git a/src/qtui/webpreviewitem.h b/src/qtui/webpreviewitem.h index a347bc7f..28be4cd1 100644 --- a/src/qtui/webpreviewitem.h +++ b/src/qtui/webpreviewitem.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2012 by the Quassel Project * + * Copyright (C) 2005-2019 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