qvolray

diff src/ui_xferview.h @ 30:40df2cdc6323

transfer function window
author John Tsiombikas <nuclear@member.fsf.org>
date Sat, 14 Apr 2012 22:10:30 +0300
parents 93d889a3726a
children 6ca076bf5084
line diff
     1.1 --- a/src/ui_xferview.h	Sat Apr 14 20:52:53 2012 +0300
     1.2 +++ b/src/ui_xferview.h	Sat Apr 14 22:10:30 2012 +0300
     1.3 @@ -3,7 +3,7 @@
     1.4  
     1.5  #include <QGLWidget>
     1.6  
     1.7 -class XFerView : public QGLWidget {
     1.8 +class XFerGLView : public QGLWidget {
     1.9  private:
    1.10  	Q_OBJECT
    1.11  
    1.12 @@ -12,7 +12,7 @@
    1.13  	void paintGL();
    1.14  
    1.15  public:
    1.16 -	XFerView(QGLWidget *share_widget = 0);
    1.17 +	XFerGLView(QGLWidget *share_widget = 0);
    1.18  
    1.19  	QSize minimumSizeHint() const;
    1.20  };