* make Qt 4.2 happy. Please complain if it is not.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@23760 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Stefan Schimanski 2008-03-15 10:19:12 +00:00
parent 5e0121cf58
commit c3c58bbb72

View File

@ -1473,9 +1473,11 @@ void DragTabBar::mouseMoveEvent(QMouseEvent * event)
QPixmap pixmap(r.size());
render(&pixmap, - r.topLeft());
drag->setPixmap(pixmap);
drag->exec();
#else
drag->start(Qt::MoveAction);
#endif
drag->exec();
}