00001 #ifndef PLUGINTCLIENT_H 00002 #define PLUGINTCLIENT_H 00003 00004 00005 #include "pluginclient.h" 00006 00007 00008 class PluginTClient : public PluginClient 00009 { 00010 public: 00011 PluginTClient(PluginServer *server); 00012 virtual ~PluginTClient(); 00013 00014 int is_theme(); 00015 virtual Theme* new_theme() { return 0; }; 00016 }; 00017 00018 00019 00020 #endif
1.4.4