summaryrefslogtreecommitdiffstats
path: root/kpovmodeler/pmbumpmapedit.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kpovmodeler/pmbumpmapedit.cpp')
-rw-r--r--kpovmodeler/pmbumpmapedit.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kpovmodeler/pmbumpmapedit.cpp b/kpovmodeler/pmbumpmapedit.cpp
index 10cb65f9..6b0b81d5 100644
--- a/kpovmodeler/pmbumpmapedit.cpp
+++ b/kpovmodeler/pmbumpmapedit.cpp
@@ -70,7 +70,7 @@ void PMBumpMapEdit::createTopWidgets( )
lbl = new TQLabel( i18n( "File name:" ), this );
m_pImageFileNameEdit = new TQLineEdit( this );
m_pImageFileNameBrowse = new TQPushButton( this );
- m_pImageFileNameBrowse->setPixmap( SmallIcon( "fileopen" ) );
+ m_pImageFileNameBrowse->setPixmap( SmallIcon( "document-open" ) );
hl->addWidget( lbl );
hl->addWidget( m_pImageFileNameEdit );
hl->addWidget( m_pImageFileNameBrowse );