From a2541c112aa09e2f20ae10006d4aa70e61c31761 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Mon, 13 Oct 2014 00:16:45 -0500 Subject: Bring up, down, top, and bottom icons into XDG compliance --- quanta/project/projectprivate.cpp | 2 +- quanta/project/uploadprofiles.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'quanta/project') diff --git a/quanta/project/projectprivate.cpp b/quanta/project/projectprivate.cpp index 08f0f4b5..f74f4a3a 100644 --- a/quanta/project/projectprivate.cpp +++ b/quanta/project/projectprivate.cpp @@ -134,7 +134,7 @@ void ProjectPrivate::initActions(TDEActionCollection *ac) parent, TQT_SLOT( slotRescanPrjDir() ), ac, "project_rescan" ); - uploadProjectAction = new TDEAction( i18n( "&Upload Project..." ), "up", Key_F8, + uploadProjectAction = new TDEAction( i18n( "&Upload Project..." ), "go-up", Key_F8, parent, TQT_SLOT( slotUpload() ), ac, "project_upload" ); diff --git a/quanta/project/uploadprofiles.cpp b/quanta/project/uploadprofiles.cpp index 8c4c4db8..45245128 100644 --- a/quanta/project/uploadprofiles.cpp +++ b/quanta/project/uploadprofiles.cpp @@ -86,7 +86,7 @@ TQWidget * UploadProfiles::createTreeview(const UploadProfile &profile) if (kurl.isValid() && ! kurl.isEmpty()) { widget = new ServerTreeView(quantaApp->config(), quantaApp, kurl, TQString("ServerTreeView" + profile.name).ascii()); - widget->setIcon(SmallIcon("up")); + widget->setIcon(SmallIcon("go-up")); widget->setCaption( i18n("Upload Profile") + ": " + profile.name ); quantaApp->addToolWindow(widget, quantaApp->prevDockPosition(widget, KDockWidget::DockRight), quantaApp->getMainDockWidget()); } -- cgit v1.2.1