equal
deleted
inserted
replaced
882 painter->drawLine(QPoint(rect.right() - 1, rect.top() + 1), |
882 painter->drawLine(QPoint(rect.right() - 1, rect.top() + 1), |
883 QPoint(rect.right() - 1, rect.bottom() - 1)); |
883 QPoint(rect.right() - 1, rect.bottom() - 1)); |
884 } |
884 } |
885 painter->restore(); |
885 painter->restore(); |
886 break; |
886 break; |
887 #ifndef QT_NO_LINEDIT |
887 #ifndef QT_NO_LINEEDIT |
888 case PE_FrameLineEdit: |
888 case PE_FrameLineEdit: |
889 // fall through |
889 // fall through |
890 #endif // QT_NO_LINEEDIT |
890 #endif // QT_NO_LINEEDIT |
891 #ifdef QT3_SUPPORT |
891 #ifdef QT3_SUPPORT |
892 if (widget && widget->inherits("Q3ToolBar")) { |
892 if (widget && widget->inherits("Q3ToolBar")) { |