00001
00042 #ifndef ABOUT_HPP
00043 #define ABOUT_HPP
00044
00045 #include <QtGui>
00046
00047 namespace AiFractals
00048 {
00055 class AiAbout : public QDialog
00056 {
00057 public:
00062 AiAbout( QWidget * parent = 0 );
00063 };
00064 }
00065
00066
00067 #endif // ABOUT_HPP