diff options
Diffstat (limited to 'kooka/imageselectline.cpp')
-rw-r--r-- | kooka/imageselectline.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kooka/imageselectline.cpp b/kooka/imageselectline.cpp index 71135dc2..4b83c5bc 100644 --- a/kooka/imageselectline.cpp +++ b/kooka/imageselectline.cpp @@ -54,7 +54,7 @@ ImageSelectLine::ImageSelectLine( TQWidget *parent, const TQString& text ) (void) new TQLabel( text, this ); m_urlCombo = new KURLComboBox( KURLComboBox::Files, this ); m_buttFileSelect = new TQPushButton( this ); - m_buttFileSelect->setPixmap( SmallIcon( "fileopen" ) ); + m_buttFileSelect->setPixmap( SmallIcon( "document-open" ) ); m_urlCombo->setMaxItems(5); |