summaryrefslogtreecommitdiffstats
path: root/kopete/protocols/testbed/ui/testbedwebcamdialog.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kopete/protocols/testbed/ui/testbedwebcamdialog.cpp')
-rw-r--r--kopete/protocols/testbed/ui/testbedwebcamdialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kopete/protocols/testbed/ui/testbedwebcamdialog.cpp b/kopete/protocols/testbed/ui/testbedwebcamdialog.cpp
index df8a8a1a..c78a494a 100644
--- a/kopete/protocols/testbed/ui/testbedwebcamdialog.cpp
+++ b/kopete/protocols/testbed/ui/testbedwebcamdialog.cpp
@@ -60,7 +60,7 @@ kdDebug() << "Just captured 1st frame" << endl;
if (mPixmap.convertFromImage(mImage,0) == true)
mImageContainer->updatePixmap(mPixmap);
connect(&qtimer, TQ_SIGNAL(timeout()), this, TQ_SLOT(slotUpdateImage()) );
- qtimer.start(0,FALSE);
+ qtimer.start(0,false);
}
TestbedWebcamDialog::~ TestbedWebcamDialog( )