summaryrefslogtreecommitdiffstats
path: root/kimagemapeditor/kimedialogs.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kimagemapeditor/kimedialogs.cpp')
-rw-r--r--kimagemapeditor/kimedialogs.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kimagemapeditor/kimedialogs.cpp b/kimagemapeditor/kimedialogs.cpp
index d541b142..2b7b92bb 100644
--- a/kimagemapeditor/kimedialogs.cpp
+++ b/kimagemapeditor/kimedialogs.cpp
@@ -328,7 +328,7 @@ TQWidget* AreaDialog::createGeneralPage()
TQHBox *hbox= new TQHBox(page);
hrefEdit = new TQLineEdit(area->attribute("href"),hbox);
TQPushButton *btn = new TQPushButton("",hbox);
- btn->setPixmap(SmallIcon("fileopen"));
+ btn->setPixmap(SmallIcon("document-open"));
connect( btn, TQT_SIGNAL(pressed()), this, TQT_SLOT(slotChooseHref()));
hbox->setMinimumHeight(hbox->height());