]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/terminalsidebarpage.h
fixes for the terminal panel:
[dolphin.git] / src / terminalsidebarpage.h
index 6cee2392effc4b0129aaf1265976a7595892cd6e..5a4d40bdb9cfe4aaf472c49fd038a3368a1854a9 100644 (file)
@@ -24,6 +24,7 @@
 
 class TerminalInterface;
 class QVBoxLayout;
+class QWidget;
 
 /**
  * @brief Shows the terminal which is synchronized with the URL of the
@@ -51,6 +52,7 @@ protected:
 private:
     QVBoxLayout* m_layout;
     TerminalInterface* m_terminal;
+    QWidget* m_terminalWidget;
 };
 
 #endif // TERMINALSIDEBARPAGE_H