aboutsummaryrefslogtreecommitdiff
path: root/lumina-desktop/panel-plugins/userbutton/UserWidget.h
diff options
context:
space:
mode:
authorKen Moore <ken@pcbsd.org>2014-09-29 17:02:16 -0400
committerKen Moore <ken@pcbsd.org>2014-09-29 17:02:16 -0400
commit707241a359e6b739d21fc9e1b1112cbf04487dbd (patch)
tree6728b2253b6ddc93c17f18cac9791e46d7c2cf9d /lumina-desktop/panel-plugins/userbutton/UserWidget.h
parentUpdate the user buttons some more: (diff)
downloadlumina-707241a359e6b739d21fc9e1b1112cbf04487dbd.tar.gz
lumina-707241a359e6b739d21fc9e1b1112cbf04487dbd.tar.bz2
lumina-707241a359e6b739d21fc9e1b1112cbf04487dbd.zip
Finish cleaning up the new directory browser in the userbutton.
Diffstat (limited to 'lumina-desktop/panel-plugins/userbutton/UserWidget.h')
-rw-r--r--lumina-desktop/panel-plugins/userbutton/UserWidget.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/lumina-desktop/panel-plugins/userbutton/UserWidget.h b/lumina-desktop/panel-plugins/userbutton/UserWidget.h
index 232b5e8b..da149c42 100644
--- a/lumina-desktop/panel-plugins/userbutton/UserWidget.h
+++ b/lumina-desktop/panel-plugins/userbutton/UserWidget.h
@@ -65,7 +65,6 @@ private slots:
void updateHome();
void slotGoToDir(QString dir);
void slotGoHome();
- void slotGoUp();
void slotOpenDir();
//Slots for the special buttons
bgstack15