Branch: master

fc2bd631 2014-10-23 00:25:13 Timothy Pearson
Fix FTBFS due to accidental double quote duplication
M ksayit/src/docbookclasses.cpp
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 @@
 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");