class QToolButton;
class QIcon;
class PlacesPanel;
+#ifndef Q_OS_WIN
class TerminalPanel;
+#endif
/**
* @short Main window for Dolphin.
KIO::Job* m_lastHandleUrlStatJob;
+#ifndef Q_OS_WIN
TerminalPanel* m_terminalPanel;
+#endif
PlacesPanel* m_placesPanel;
bool m_tearDownFromPlacesRequested;
};