From a56c76eb59f01d68495212d13e01c334e9c924e5 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 23 Oct 2014 00:25:14 -0500 Subject: Fix FTBFS due to accidental double quote duplication --- kommander/editor/assoctexteditorimpl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kommander/editor') diff --git a/kommander/editor/assoctexteditorimpl.cpp b/kommander/editor/assoctexteditorimpl.cpp index 0e085cd7..1c1b7bbe 100644 --- a/kommander/editor/assoctexteditorimpl.cpp +++ b/kommander/editor/assoctexteditorimpl.cpp @@ -73,7 +73,7 @@ AssocTextEditor::AssocTextEditor(TQWidget *a_widget, FormWindow* a_form, associatedTextEdit->setTextFormat(TQt::PlainText);*/ // icon for non-empty scripts - scriptPixmap = TDEGlobal::iconLoader()->loadIcon(""text-x-src", TDEIcon::Small); + scriptPixmap = TDEGlobal::iconLoader()->loadIcon("text-x-src", TDEIcon::Small); // signals and slots connections m_formWindow = a_form; -- cgit v1.2.3