X-Git-Url: https://git.quassel-irc.org/?a=blobdiff_plain;f=src%2Fuisupport%2Fmultilineedit.h;h=e6b58e177da7766db3947c992a4554743cc21cea;hb=f9116672c22abbb19817eb2ff7d93272927515f7;hp=f83c4de44f17f8eede099ca2c0dd1012f0794572;hpb=169266ea6b484f8876679854998cdd6dac6b9e90;p=quassel.git diff --git a/src/uisupport/multilineedit.h b/src/uisupport/multilineedit.h index f83c4de4..e6b58e17 100644 --- a/src/uisupport/multilineedit.h +++ b/src/uisupport/multilineedit.h @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2005-2015 by the Quassel Project * + * Copyright (C) 2005-2016 by the Quassel Project * * devel@quassel-irc.org * * * * This program is free software; you can redistribute it and/or modify * @@ -74,6 +74,9 @@ public: inline bool emacsMode() const { return _emacsMode; } void addCompletionSpace(); +#if defined HAVE_KF5 || defined HAVE_KDE4 + virtual void createHighlighter() override; +#endif public slots: void setMode(Mode mode);