From fc2bd63107ae7a1d17239c9b90e1fd2cdcb5ac76 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 23 Oct 2014 00:25:13 -0500 Subject: Fix FTBFS due to accidental double quote duplication --- ksayit/src/docbookclasses.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ksayit') diff --git a/ksayit/src/docbookclasses.cpp b/ksayit/src/docbookclasses.cpp index b509b3d..b163334 100644 --- a/ksayit/src/docbookclasses.cpp +++ b/ksayit/src/docbookclasses.cpp @@ -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"); -- cgit v1.2.1