summaryrefslogtreecommitdiff
path: root/noncore/styles/theme/plugin.cpp
authorsandman <sandman>2002-06-29 23:45:19 (UTC)
committer sandman <sandman>2002-06-29 23:45:19 (UTC)
commit769df90a59d6aa840b8d6568287001e66e263f01 (patch) (unidiff)
tree415c7e4ff70a9b035c31b28971a568bc2827ae34 /noncore/styles/theme/plugin.cpp
parent0f179c0cc471b659b30dec4762c9c36678063f31 (diff)
downloadopie-769df90a59d6aa840b8d6568287001e66e263f01.zip
opie-769df90a59d6aa840b8d6568287001e66e263f01.tar.gz
opie-769df90a59d6aa840b8d6568287001e66e263f01.tar.bz2
*** empty log message ***
Diffstat (limited to 'noncore/styles/theme/plugin.cpp') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/styles/theme/plugin.cpp19
1 files changed, 19 insertions, 0 deletions
diff --git a/noncore/styles/theme/plugin.cpp b/noncore/styles/theme/plugin.cpp
new file mode 100644
index 0000000..b334357
--- a/dev/null
+++ b/noncore/styles/theme/plugin.cpp
@@ -0,0 +1,19 @@
1//#include <klocale.h>
2#include "othemestyle.h"
3
4extern "C"
5{
6 QStyle * allocate() {
7 return new OThemeStyle ( "" );
8 }
9 int minor_version() {
10 return 0;
11 }
12 int major_version() {
13 return 1;
14 }
15 const char * description() {
16 return ( "Theme Style" );
17 }
18}
19