summaryrefslogtreecommitdiffstats
path: root/src/view.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-13 15:43:50 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-13 15:43:50 -0500
commit6d38be9a1a5511db932fa3c430a7840603c3feda (patch)
treeb9a82103d731318d8a6f5fda43771635bc0e0eb7 /src/view.cpp
parent2e9a1b54d85355bbda7ae070fb01aa774b544f68 (diff)
downloadktechlab-6d38be9a1a5511db932fa3c430a7840603c3feda.tar.gz
ktechlab-6d38be9a1a5511db932fa3c430a7840603c3feda.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 'src/view.cpp')
-rw-r--r--src/view.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/view.cpp b/src/view.cpp
index f219faf..81f88b7 100644
--- a/src/view.cpp
+++ b/src/view.cpp
@@ -183,7 +183,7 @@ ViewStatusBar::ViewStatusBar( View *view )
m_fileNameLabel = new KSqueezedTextLabel(this);
addWidget( m_fileNameLabel, 1, false );
- m_modifiedPixmap = TDEGlobal::iconLoader()->loadIcon( "filesave", TDEIcon::Small );
+ m_modifiedPixmap = TDEGlobal::iconLoader()->loadIcon( "document-save", TDEIcon::Small );
m_unmodifiedPixmap = TDEGlobal::iconLoader()->loadIcon( "null", TDEIcon::Small );
connect( view->document(), TQT_SIGNAL(modifiedStateChanged()), this, TQT_SLOT(slotModifiedStateChanged()) );