diff options
Diffstat (limited to 'kommander')
-rw-r--r-- | kommander/editor/assoctexteditorimpl.cpp | 2 | ||||
-rw-r--r-- | kommander/widgets/scriptobject.cpp | 2 | ||||
-rw-r--r-- | kommander/x-kommander.desktop | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/kommander/editor/assoctexteditorimpl.cpp b/kommander/editor/assoctexteditorimpl.cpp index 60314680..0e085cd7 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("source", TDEIcon::Small); + scriptPixmap = TDEGlobal::iconLoader()->loadIcon(""text-x-src", TDEIcon::Small); // signals and slots connections m_formWindow = a_form; diff --git a/kommander/widgets/scriptobject.cpp b/kommander/widgets/scriptobject.cpp index c353949c..3d5cabba 100644 --- a/kommander/widgets/scriptobject.cpp +++ b/kommander/widgets/scriptobject.cpp @@ -38,7 +38,7 @@ ScriptObject::ScriptObject(TQWidget *a_parent, const char *a_name) setDisplayStates(states); if (KommanderWidget::inEditor) { - setPixmap(TDEGlobal::iconLoader()->loadIcon("shellscript", TDEIcon::NoGroup, TDEIcon::SizeMedium)); + setPixmap(TDEGlobal::iconLoader()->loadIcon(""text-x-script", TDEIcon::NoGroup, TDEIcon::SizeMedium)); setFrameStyle(TQFrame::Box | TQFrame::Plain); setLineWidth(1); setFixedSize(pixmap()->size()); diff --git a/kommander/x-kommander.desktop b/kommander/x-kommander.desktop index ae09d809..656cad13 100644 --- a/kommander/x-kommander.desktop +++ b/kommander/x-kommander.desktop @@ -43,7 +43,7 @@ Comment[uk]=Файл Kommander Comment[zh_CN]=Kommander 文件 Comment[zh_HK]=Kommander 檔案 Comment[zh_TW]=Kommander 檔案 -Icon=widget_doc +Icon=application-x-designer Type=MimeType MimeType=application/x-kommander Patterns=*.kmdr; |