summaryrefslogtreecommitdiffstats
path: root/experimental/tqtinterface/qt4/tools/qvfb/gammaview.h
diff options
context:
space:
mode:
Diffstat (limited to 'experimental/tqtinterface/qt4/tools/qvfb/gammaview.h')
-rw-r--r--experimental/tqtinterface/qt4/tools/qvfb/gammaview.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/experimental/tqtinterface/qt4/tools/qvfb/gammaview.h b/experimental/tqtinterface/qt4/tools/qvfb/gammaview.h
index 2acd3dab5..b60ae357a 100644
--- a/experimental/tqtinterface/qt4/tools/qvfb/gammaview.h
+++ b/experimental/tqtinterface/qt4/tools/qvfb/gammaview.h
@@ -40,9 +40,9 @@ class GammaView: public TQWidget
{
TQ_OBJECT
public:
- GammaView( TQWidget *tqparent = 0,
+ GammaView( TQWidget *parent = 0,
const char *name = 0, WFlags f = 0 ) :
- TQWidget(tqparent,name,f)
+ TQWidget(parent,name,f)
{ }
};