┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/panels/terminal/terminalpanel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/panels/terminal/terminalpanel.h')
-rw-r--r--src/panels/terminal/terminalpanel.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/panels/terminal/terminalpanel.h b/src/panels/terminal/terminalpanel.h
index 4e060bbef..7b08483f6 100644
--- a/src/panels/terminal/terminalpanel.h
+++ b/src/panels/terminal/terminalpanel.h
@@ -53,6 +53,13 @@ protected:
/** @see QWidget::showEvent() */
virtual void showEvent(QShowEvent* event);
+private slots:
+ void slotMostLocalUrlResult(KJob* job);
+
+private:
+ void cdUrl(const KUrl& url);
+ void cdDirectory(const QString& path);
+
private:
QVBoxLayout* m_layout;
TerminalInterfaceV2* m_terminal;