summaryrefslogtreecommitdiffstats
path: root/kpovmodeler/pmlibrarybrowser.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kpovmodeler/pmlibrarybrowser.cpp')
-rw-r--r--kpovmodeler/pmlibrarybrowser.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kpovmodeler/pmlibrarybrowser.cpp b/kpovmodeler/pmlibrarybrowser.cpp
index 0e4d75a8..6f853f60 100644
--- a/kpovmodeler/pmlibrarybrowser.cpp
+++ b/kpovmodeler/pmlibrarybrowser.cpp
@@ -71,7 +71,7 @@ PMLibraryBrowserViewWidget::PMLibraryBrowserViewWidget( TQWidget* parent, const
TQHBoxLayout* hl = new TQHBoxLayout( vl );
m_pUpButton = new TQPushButton( this );
- m_pUpButton->setPixmap( SmallIcon( "up" ) );
+ m_pUpButton->setPixmap( SmallIcon( "go-up" ) );
m_pNewSubLibraryButton = new TQPushButton( this );
m_pNewSubLibraryButton->setPixmap( SmallIcon( "folder_new" ) );
m_pNewObjectButton = new TQPushButton( this );