1.1 --- a/file.h Wed Feb 15 12:54:55 2006 +0000
1.2 +++ b/file.h Tue Sep 05 09:47:13 2006 +0000
1.3 @@ -29,6 +29,8 @@
1.4 public:
1.5 ImagePreview( QWidget * );
1.6 void previewUrl( const QUrl & );
1.7 +protected:
1.8 + QFileDialog *fdia;
1.9 };
1.10
1.11 #endif