Fix FTBFS due to accidental double quote duplication

pull/1/head
Timothy Pearson 10 years ago
parent e0af5b18e8
commit fc2bd63107

@ -448,7 +448,7 @@ TQVariant Author::getValue( unsigned int index ) const
KeywordSet::KeywordSet(ListViewInterface *parent, ListViewInterface *after, TQString label)
: ListViewInterface(parent, after, label)
{
TQPixmap pixmap = TDEGlobal::iconLoader()->loadIcon(""text-plain", TDEIcon::Small);
TQPixmap pixmap = TDEGlobal::iconLoader()->loadIcon("text-plain", TDEIcon::Small);
this->setPixmap(0, pixmap);
this->setText(3, "00000004");

Loading…
Cancel
Save