summaryrefslogtreecommitdiffstats
path: root/src/fieldlistview.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-14 00:15:29 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-14 00:15:29 -0500
commit64260f5a5432bb3f0c5ad3cdb5f9d6725d6fe33c (patch)
tree5ef79a7467dd4c25f7508a836e769e9ba9e0bf89 /src/fieldlistview.cpp
parent2edcf28cd4d53827cd935fc93943279ac6b5fd24 (diff)
downloadkbibtex-64260f5a5432bb3f0c5ad3cdb5f9d6725d6fe33c.tar.gz
kbibtex-64260f5a5432bb3f0c5ad3cdb5f9d6725d6fe33c.zip
Bring centrejust, leftjust, rightjust, text_left, text_right, text_bold, text_italic, text_under, text_strike, and spellcheck icons into XDG compliance
Diffstat (limited to 'src/fieldlistview.cpp')
-rw-r--r--src/fieldlistview.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fieldlistview.cpp b/src/fieldlistview.cpp
index 94186a2..25b75e8 100644
--- a/src/fieldlistview.cpp
+++ b/src/fieldlistview.cpp
@@ -346,7 +346,7 @@ namespace KBibTeX
m_pushButtonComplexEdit = new TQPushButton( i18n( "Complex..." ), this );
layout->addWidget( m_pushButtonComplexEdit, 6, 1 );
- m_pushButtonComplexEdit->setIconSet( TQIconSet( SmallIcon( "leftjust" ) ) );
+ m_pushButtonComplexEdit->setIconSet( TQIconSet( SmallIcon( "format-justify-left" ) ) );
connect( m_pushButtonComplexEdit, SIGNAL( clicked() ), this, SLOT( slotComplex() ) );
TQToolTip::add( m_pushButtonComplexEdit, TQString( i18n( "Edit current '%1' item as a concatenated string (Ctrl+Alt+C)" ) ).arg( m_caption ) );