X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/blobdiff_plain/bd47eb2e6d80315115bb3f58987162fcb4911b10..5454283008f2:/src/dolphinmainwindow.h diff --git a/src/dolphinmainwindow.h b/src/dolphinmainwindow.h index 634c2a9e7..c05fc34ad 100644 --- a/src/dolphinmainwindow.h +++ b/src/dolphinmainwindow.h @@ -47,7 +47,9 @@ class KNewFileMenu; class QToolButton; class QIcon; class PlacesPanel; +#ifndef Q_OS_WIN class TerminalPanel; +#endif /** * @short Main window for Dolphin. @@ -516,7 +518,9 @@ private: KIO::Job* m_lastHandleUrlStatJob; +#ifndef Q_OS_WIN TerminalPanel* m_terminalPanel; +#endif PlacesPanel* m_placesPanel; bool m_tearDownFromPlacesRequested; };