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.
12 lines
290 B
12 lines
290 B
12 years ago
|
#include <tdelocale.h>
|
||
15 years ago
|
#include "webstyle.h"
|
||
|
|
||
|
extern "C"
|
||
|
{
|
||
12 years ago
|
TDEStyle * allocate() { return new WebStyle; }
|
||
15 years ago
|
int minor_version() { return 0; }
|
||
|
int major_version() { return 1; }
|
||
|
const char * description() { return(i18n("Web style plugin").utf8()); }
|
||
|
}
|
||
|
|