]> Shamusworld >> Repos - virtualjaguar/blobdiff - src/gui/about.h
Fixed crash in FileThread where file type was known but not in the database.
[virtualjaguar] / src / gui / about.h
index c4486516f0ff9a63a2cf5aaa778950978d195bb2..854ebc88f5073ddaaa43be2a3e8194ce5f29b20b 100644 (file)
@@ -18,24 +18,7 @@ class AboutWindow: public QWidget
        private:
                QVBoxLayout * layout;
                QLabel * text;
+               QLabel * image;
 };
 
 #endif // __ABOUT_H__
-
-
-#if 0
-class AboutWindow : public QbWindow {
-  Q_OBJECT
-
-public:
-  QVBoxLayout *layout;
-  struct Logo : public QWidget {
-    void paintEvent(QPaintEvent*);
-  } *logo;
-  QLabel *info;
-
-  AboutWindow();
-};
-
-extern AboutWindow *aboutWindow;
-#endif