summaryrefslogtreecommitdiffstats
path: root/kommander/editor
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-23 00:25:14 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-10-23 00:25:14 -0500
commita56c76eb59f01d68495212d13e01c334e9c924e5 (patch)
treeee025094009d8617ee997734cc591f2d6b4d4cc3 /kommander/editor
parentce3c3aadcb050d85aa9a54be8f07858cb2e4429d (diff)
downloadtdewebdev-a56c76eb59f01d68495212d13e01c334e9c924e5.tar.gz
tdewebdev-a56c76eb59f01d68495212d13e01c334e9c924e5.zip
Fix FTBFS due to accidental double quote duplication
Diffstat (limited to 'kommander/editor')
-rw-r--r--kommander/editor/assoctexteditorimpl.cpp2
1 files changed, 1 insertions, 1 deletions
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;