00001 00032 #ifndef LLPREFSCHAT_H 00033 #define LLPREFSCHAT_H 00034 00035 class LLPanel; 00036 class LLPrefsChatImpl; 00037 00038 class LLPrefsChat 00039 { 00040 public: 00041 LLPrefsChat(); 00042 ~LLPrefsChat(); 00043 00044 void apply(); 00045 void cancel(); 00046 00047 LLPanel* getPanel(); 00048 00049 protected: 00050 LLPrefsChatImpl& impl; 00051 }; 00052 00053 #endif // LL_PANEL_CHAT