X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fqtui%2Fwebpreviewitem.h;h=71620c8e750b6ee15815f4e2b38fa3b0069ae175;hb=4b22388af4ceb1c6c24c8c4436283c1e3c33dd1f;hp=f28d169670cb047f37221d81ed3e35037ebb4c9d;hpb=9fc57dc2c000e80fb8bd746a090e2e8210e1278e;p=quassel.git diff --git a/src/qtui/webpreviewitem.h b/src/qtui/webpreviewitem.h index f28d1696..71620c8e 100644 --- a/src/qtui/webpreviewitem.h +++ b/src/qtui/webpreviewitem.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2013 by the Quassel Project * + * Copyright (C) 2005-2015 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