diff options
author | Timothy Pearson <[email protected]> | 2014-10-13 15:43:57 -0500 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2014-10-13 15:43:57 -0500 |
commit | 50e3d450c5b66e77578534f80c4e604b36c56c4d (patch) | |
tree | 937354fcd9c3c346d4c63c7edad16cf43090ccf9 /kpovmodeler/pmpovraysettings.cpp | |
parent | ffd6b5f8426c6f4d5ded673221f6799598d36a34 (diff) | |
download | tdegraphics-50e3d450c5b66e77578534f80c4e604b36c56c4d.tar.gz tdegraphics-50e3d450c5b66e77578534f80c4e604b36c56c4d.zip |
Bring filenew, fileopen, fileprint, filequickprint, filesave, filesaveas, fileclose, editclear, editcopy, editcut, editdelete, editpaste, folder_new, and gohome icons into XDG compliance
Diffstat (limited to 'kpovmodeler/pmpovraysettings.cpp')
-rw-r--r-- | kpovmodeler/pmpovraysettings.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kpovmodeler/pmpovraysettings.cpp b/kpovmodeler/pmpovraysettings.cpp index 17094996..f3955b78 100644 --- a/kpovmodeler/pmpovraysettings.cpp +++ b/kpovmodeler/pmpovraysettings.cpp @@ -55,7 +55,7 @@ PMPovraySettings::PMPovraySettings( TQWidget* parent, const char* name ) m_pPovrayCommand = new TQLineEdit( gb ); hlayout->addWidget( m_pPovrayCommand ); m_pBrowsePovrayCommand = new TQPushButton( gb ); - m_pBrowsePovrayCommand->setPixmap( SmallIcon( "fileopen" ) ); + m_pBrowsePovrayCommand->setPixmap( SmallIcon( "document-open" ) ); connect( m_pBrowsePovrayCommand, TQT_SIGNAL( clicked( ) ), TQT_SLOT( slotBrowsePovrayCommand( ) ) ); hlayout->addWidget( m_pBrowsePovrayCommand ); @@ -69,7 +69,7 @@ PMPovraySettings::PMPovraySettings( TQWidget* parent, const char* name ) m_pDocumentationPath = new TQLineEdit( gb ); hlayout->addWidget( m_pDocumentationPath ); m_pBrowseDocumentationPath = new TQPushButton( gb ); - m_pBrowseDocumentationPath->setPixmap( SmallIcon( "fileopen" ) ); + m_pBrowseDocumentationPath->setPixmap( SmallIcon( "document-open" ) ); connect( m_pBrowseDocumentationPath, TQT_SIGNAL( clicked( ) ), TQT_SLOT( slotBrowsePovrayDocumentation( ) ) ); hlayout->addWidget( m_pBrowseDocumentationPath ); |