diff options
Diffstat (limited to 'qtsharp/src/examples/samples/mandelbrot.cs')
-rw-r--r-- | qtsharp/src/examples/samples/mandelbrot.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qtsharp/src/examples/samples/mandelbrot.cs b/qtsharp/src/examples/samples/mandelbrot.cs index 3850b781..77acb98d 100644 --- a/qtsharp/src/examples/samples/mandelbrot.cs +++ b/qtsharp/src/examples/samples/mandelbrot.cs @@ -213,7 +213,7 @@ public class ImageDialog : TQDialog { pixmapLabel.SetScaledContents (true); dialogLayout.AddWidget (pixmapLabel); - TQObject.Connect (redrawButton, TQT_SIGNAL ("clicked()"), this, TQT_SLOT ("Redraw()")); + TQObject.Connect (redrawButton, TQ_SIGNAL ("clicked()"), this, TQ_SLOT ("Redraw()")); Redraw (); } |