252 |
252 |
253 // ============================================================================= |
253 // ============================================================================= |
254 // ============================================================================= |
254 // ============================================================================= |
255 void AddObjectDialog::slot_colorButtonClicked() |
255 void AddObjectDialog::slot_colorButtonClicked() |
256 { |
256 { |
257 ColorSelector::selectColor (m_color, m_color, this); |
257 ColorSelector::selectColor (this, m_color, m_color); |
258 setButtonBackground (pb_color, m_color); |
258 setButtonBackground (pb_color, m_color); |
259 } |
259 } |
260 |
260 |
261 // ============================================================================= |
261 // ============================================================================= |
262 // ============================================================================= |
262 // ============================================================================= |