00001 00026 #ifndef ACCELEROMETERCHAINPLUGIN_H 00027 #define ACCELEROMETERCHAINPLUGIN_H 00028 00029 #include "plugin.h" 00030 00031 class AccelerometerChainPlugin : public Plugin 00032 { 00033 private: 00034 void Register(class Loader& l); 00035 QStringList Dependencies(); 00036 }; 00037 00038 #endif