summaryrefslogtreecommitdiffstats
path: root/kstyles/web/plugin.cpp
blob: bd4371ce347e2588ece4e807d578d5b7457f5079 (plain)
1
2
3
4
5
6
7
8
9
10
11
#include <tdelocale.h>
#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()); }
}