summaryrefslogtreecommitdiffstats
path: root/experimental/tqtinterface/qt4/tools/designer/editor/markerwidget.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'experimental/tqtinterface/qt4/tools/designer/editor/markerwidget.cpp')
-rw-r--r--experimental/tqtinterface/qt4/tools/designer/editor/markerwidget.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/experimental/tqtinterface/qt4/tools/designer/editor/markerwidget.cpp b/experimental/tqtinterface/qt4/tools/designer/editor/markerwidget.cpp
index 1164d8b90..a6d82ae99 100644
--- a/experimental/tqtinterface/qt4/tools/designer/editor/markerwidget.cpp
+++ b/experimental/tqtinterface/qt4/tools/designer/editor/markerwidget.cpp
@@ -286,8 +286,8 @@ static TQPixmap *breakpointPixmap = 0;
static TQPixmap *stepPixmap = 0;
static TQPixmap *stackFrame = 0;
-MarkerWidget::MarkerWidget( ViewManager *tqparent, const char*name )
- : TQWidget( tqparent, name, WRepaintNoErase | WStaticContents | WResizeNoErase ), viewManager( tqparent )
+MarkerWidget::MarkerWidget( ViewManager *parent, const char*name )
+ : TQWidget( parent, name, WRepaintNoErase | WStaticContents | WResizeNoErase ), viewManager( parent )
{
if ( !errorPixmap ) {
errorPixmap = new TQPixmap( error_xpm );