diff --git a/plugins/snippet/snippetfeatures.h b/plugins/snippet/snippetfeatures.h new file mode 100644 index 0000000000..f7013303d2 --- /dev/null +++ b/plugins/snippet/snippetfeatures.h @@ -0,0 +1,21 @@ +/*************************************************************************** + * Copyright 2007 Robert Gruber * + * Copyright 2010 Milian Wolff * + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; either version 2 of the License, or * + * (at your option) any later version. * + * * + ***************************************************************************/ + +#ifndef SNIPPETFEATURES_H +#define SNIPPETFEATURES_H + +#include + +#if KDE_IS_VERSION(4, 4, 60) + #define SNIPPETS_HAVE_TPLIFACE2 +#endif + +#endif // SNIPPETFEATURES_H