Branch: master

1b2919c1 2014-10-13 15:43:47 Timothy Pearson
Bring filenew, fileopen, fileprint, filequickprint, filesave, filesaveas, fileclose, editclear, editcopy, editcut, editdelete, editpaste, folder_new, and gohome icons into XDG compliance
M src/compoundwidget.cpp
M src/loggingoptions.cpp
M src/stylesheetdialog.cpp
diff --git a/src/compoundwidget.cpp b/src/compoundwidget.cpp
index 997be7c..40b16fc 100644
--- a/src/compoundwidget.cpp
+++ b/src/compoundwidget.cpp
@@ -54,7 +54,7 @@
 {	TQGridLayout* gridLayout       = new TQGridLayout( this );
 	TDEIconLoader* iconLoader       = TDEGlobal::iconLoader( );
 	TQIconSet     clearLeftIconSet = iconLoader->loadIconSet( "clear_left", TDEIcon::Small );
-	TQIconSet     fileOpenIconSet  = iconLoader->loadIconSet( "fileopen",   TDEIcon::Small );
+	TQIconSet     fileOpenIconSet  = iconLoader->loadIconSet( "document-open",   TDEIcon::Small );
 
 	m_decoyButton           = new TQPushButton( clearLeftIconSet, NULL, this, "target file button"  );
 	m_excludeButton         = new TQPushButton( clearLeftIconSet, NULL, this, "target file button"  );
diff --git a/src/loggingoptions.cpp b/src/loggingoptions.cpp
index 75a2b9c..33ba892 100644
--- a/src/loggingoptions.cpp
+++ b/src/loggingoptions.cpp
@@ -52,7 +52,7 @@
 void LoggingOptions::createLayout( )
 {	TQGridLayout* gridLayout      = new TQGridLayout( this );
 	TDEIconLoader* iconLoader      = TDEGlobal::iconLoader( );
-	TQIconSet     fileOpenIconSet = iconLoader->loadIconSet( "fileopen",   TDEIcon::Small );
+	TQIconSet     fileOpenIconSet = iconLoader->loadIconSet( "document-open",   TDEIcon::Small );
 
 	m_baseFileNameButton   = new TQPushButton( fileOpenIconSet, NULL, this, "base file name button" );
 	m_grepableLogButton    = new TQPushButton( fileOpenIconSet, NULL, this, "grepable log button"   );
diff --git a/src/stylesheetdialog.cpp b/src/stylesheetdialog.cpp
index f2b49b4..da242a0 100644
--- a/src/stylesheetdialog.cpp
+++ b/src/stylesheetdialog.cpp
@@ -50,7 +50,7 @@
   m_stylesheetURLs( stylesheetURLs )
 {	TQGridLayout* layout          = new TQGridLayout( plainPage( ));
 	TDEIconLoader* iconLoader      = TDEGlobal::iconLoader( );
-	TQIconSet     fileOpenIconSet = iconLoader->loadIconSet( "fileopen",   TDEIcon::Small );
+	TQIconSet     fileOpenIconSet = iconLoader->loadIconSet( "document-open",   TDEIcon::Small );
 	TQPushButton* urlButton       = new TQPushButton( fileOpenIconSet, NULL, plainPage( ), "stylesheet url button" );
 	m_urlLineEdit                = new TQLineEdit( plainPage( ), "stylesheet url line edit" );
 	m_urlListBox                 = new TQListBox( plainPage( ), "stylesheet url list box" );