You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#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()); }
|
|
}
|
|
|