summaryrefslogtreecommitdiffstats
path: root/quanta/project
diff options
context:
space:
mode:
Diffstat (limited to 'quanta/project')
-rw-r--r--quanta/project/projectprivate.cpp2
-rw-r--r--quanta/project/uploadprofiles.cpp2
2 files changed, 2 insertions, 2 deletions
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());
}