From 8b77ddccbca9763e45f50c20e7604120c39afb3a Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 13 Oct 2014 15:43:50 -0500 Subject: Bring filenew, fileopen, fileprint, filequickprint, filesave, filesaveas, fileclose, editclear, editcopy, editcut, editdelete, editpaste, folder_new, and gohome icons into XDG compliance --- src/common/gui/purl_gui.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/common/gui') diff --git a/src/common/gui/purl_gui.cpp b/src/common/gui/purl_gui.cpp index 3f5a742..fb7aacc 100644 --- a/src/common/gui/purl_gui.cpp +++ b/src/common/gui/purl_gui.cpp @@ -106,7 +106,7 @@ void PURL::BaseWidget::init() connect(_edit, TQT_SIGNAL(textChanged(const TQString &)), TQT_SIGNAL(changed())); top->addWidget(_edit); TDEIconLoader loader; - TQIconSet iconset = loader.loadIcon("fileopen", TDEIcon::Toolbar); + TQIconSet iconset = loader.loadIcon("document-open", TDEIcon::Toolbar); TQPushButton *button = new KPushButton(iconset, TQString(), this); connect(button, TQT_SIGNAL(clicked()), TQT_SLOT(buttonClicked())); top->addWidget(button); -- cgit v1.2.1