summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--kgpg/listkeys.cpp2
-rw-r--r--khexedit/optiondialog.cc2
-rw-r--r--ksim/ksimpref.cpp2
3 files changed, 3 insertions, 3 deletions
diff --git a/kgpg/listkeys.cpp b/kgpg/listkeys.cpp
index b434d72..4b1f2ee 100644
--- a/kgpg/listkeys.cpp
+++ b/kgpg/listkeys.cpp
@@ -556,7 +556,7 @@ listKeys::listKeys(TQWidget *parent, const char *name) : DCOPObject( "KeyInterfa
KStdAction::find(TQT_TQOBJECT(this), TQT_SLOT(findKey()), actionCollection());
KStdAction::findNext(TQT_TQOBJECT(this), TQT_SLOT(findNextKey()), actionCollection());
(void) new TDEAction(i18n("&Refresh List"), "reload", TDEStdAccel::reload(),TQT_TQOBJECT(this), TQT_SLOT(refreshkey()),actionCollection(),"key_refresh");
- TDEAction *openPhoto= new TDEAction(i18n("&Open Photo"), "image", 0,TQT_TQOBJECT(this), TQT_SLOT(slotShowPhoto()),actionCollection(),"key_photo");
+ TDEAction *openPhoto= new TDEAction(i18n("&Open Photo"), "image-x-generic", 0,TQT_TQOBJECT(this), TQT_SLOT(slotShowPhoto()),actionCollection(),"key_photo");
TDEAction *deletePhoto= new TDEAction(i18n("&Delete Photo"), "delete", 0,TQT_TQOBJECT(this), TQT_SLOT(slotDeletePhoto()),actionCollection(),"delete_photo");
TDEAction *addPhoto= new TDEAction(i18n("&Add Photo"), 0, 0,TQT_TQOBJECT(this), TQT_SLOT(slotAddPhoto()),actionCollection(),"add_photo");
diff --git a/khexedit/optiondialog.cc b/khexedit/optiondialog.cc
index 789d739..5d97a51 100644
--- a/khexedit/optiondialog.cc
+++ b/khexedit/optiondialog.cc
@@ -426,7 +426,7 @@ void COptionDialog::setupFilePage( void )
{
TQString text;
TQFrame *page = addPage( i18n("Files"), i18n("File Management"),
- BarIcon("tdemultiple", TDEIcon::SizeMedium ) );
+ BarIcon("application-vnd.tde.tdemultiple", TDEIcon::SizeMedium ) );
TQVBoxLayout *topLayout = new TQVBoxLayout( page, 0, spacingHint() );
diff --git a/ksim/ksimpref.cpp b/ksim/ksimpref.cpp
index 52fe424..47b6cf7 100644
--- a/ksim/ksimpref.cpp
+++ b/ksim/ksimpref.cpp
@@ -60,7 +60,7 @@ KSim::ConfigDialog::ConfigDialog(KSim::Config *config,
TQStringList list;
list << ' ' + i18n("Miscellaneous") << ' ' + i18n("General");
TQFrame *general = addHBoxPage(list, i18n("General Options"),
- SmallIcon("misc"));
+ SmallIcon("application-vnd.tde.misc"));
m_generalPage = new KSim::GeneralPrefs(general);
list.clear();