src/gui/kernel/qwidget.h
changeset 30 5dc02b23752f
parent 18 2f34d5167611
child 33 3e2da88830cd
equal deleted inserted replaced
29:b72c6db6890b 30:5dc02b23752f
   771     friend class QS60WindowSurface;
   771     friend class QS60WindowSurface;
   772 #endif
   772 #endif
   773 #ifdef Q_WS_X11
   773 #ifdef Q_WS_X11
   774     friend void qt_net_update_user_time(QWidget *tlw, unsigned long timestamp);
   774     friend void qt_net_update_user_time(QWidget *tlw, unsigned long timestamp);
   775     friend void qt_net_remove_user_time(QWidget *tlw);
   775     friend void qt_net_remove_user_time(QWidget *tlw);
       
   776     friend void qt_set_winid_on_widget(QWidget*, Qt::HANDLE);
   776 #endif
   777 #endif
   777 
   778 
   778     friend Q_GUI_EXPORT QWidgetData *qt_qwidget_data(QWidget *widget);
   779     friend Q_GUI_EXPORT QWidgetData *qt_qwidget_data(QWidget *widget);
   779     friend Q_GUI_EXPORT QWidgetPrivate *qt_widget_private(QWidget *widget);
   780     friend Q_GUI_EXPORT QWidgetPrivate *qt_widget_private(QWidget *widget);
   780 
   781