00001 #ifndef ABOUTPREFS_H 00002 #define ABOUTPREFS_H 00003 00004 #include "preferencesthread.h" 00005 00006 class AboutPrefs : public PreferencesDialog 00007 { 00008 public: 00009 AboutPrefs(MWindow *mwindow, PreferencesWindow *pwindow); 00010 ~AboutPrefs(); 00011 00012 00013 00014 int create_objects(); 00015 }; 00016 00017 00018 #endif
1.4.4