Mercurial > hg > svgui
diff widgets/ImageDialog.h @ 318:e9fe3923bdf4
* RemoteFile -> FileSource
now it's used all over the place for local files as well.
author | Chris Cannam |
---|---|
date | Thu, 18 Oct 2007 16:20:26 +0000 |
parents | 013a37723c0a |
children | a18e78b9c78b |
line wrap: on
line diff
--- a/widgets/ImageDialog.h Thu Oct 18 15:31:20 2007 +0000 +++ b/widgets/ImageDialog.h Thu Oct 18 16:20:26 2007 +0000 @@ -22,7 +22,7 @@ class QLineEdit; class QLabel; class QPushButton; -class RemoteFile; +class FileSource; class ImageDialog : public QDialog { @@ -65,7 +65,7 @@ QPushButton *m_okButton; - RemoteFile *m_remoteFile; + FileSource *m_remoteFile; }; #endif