From dad42352f4ad47d34caf50040367dc2a95772baa Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Sun, 18 Aug 2013 10:14:48 -0500 Subject: Rename KStyle to TDEStyle to avoid conflicts with KDE4. --- tdestyles/web/plugin.cpp | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 tdestyles/web/plugin.cpp (limited to 'tdestyles/web/plugin.cpp') diff --git a/tdestyles/web/plugin.cpp b/tdestyles/web/plugin.cpp new file mode 100644 index 000000000..bd4371ce3 --- /dev/null +++ b/tdestyles/web/plugin.cpp @@ -0,0 +1,11 @@ +#include +#include "webstyle.h" + +extern "C" +{ + TDEStyle * allocate() { return new WebStyle; } + int minor_version() { return 0; } + int major_version() { return 1; } + const char * description() { return(i18n("Web style plugin").utf8()); } +} + -- cgit v1.2.1