// // C++ Interface: // // Description: // // // Author: Jean-Michel PETIT , (C) 2006 // // Copyright: See COPYING file that comes with this distribution // // #ifndef K9PREFPREVIEW_H #define K9PREFPREVIEW_H #include "k9common.h" #include "prefpreview.h" class k9prefPreview : public prefPreview { Q_OBJECT TQ_OBJECT public: k9prefPreview(TQWidget* parent = 0, const char* name = 0, WFlags fl = 0 ); ~k9prefPreview(); /*$PUBLIC_FUNCTIONS$*/ void save(); public slots: /*$PUBLIC_SLOTS$*/ void rbInternalClick(); void rbMplayerClick(); protected: /*$PROTECTED_FUNCTIONS$*/ void load(); protected slots: /*$PROTECTED_SLOTS$*/ }; #endif