summaryrefslogtreecommitdiffstats
path: root/kstyles/web/plugin.cpp
blob: c22bb08fa9885cfcb6c1842728b2c3570ce4388d (plain)
1
2
3
4
5
6
7
8
9
10
11
#include <klocale.h>
#include "webstyle.h"

extern "C"
{
  KStyle *      allocate()      { return new WebStyle; }
  int           minor_version() { return 0; }
  int           major_version() { return 1; }
  const char *  description()   { return(i18n("Web style plugin").utf8()); }
}