]> cloud.milkyroute.net Git - dolphin.git/blobdiff - src/dolphinmainwindow.h
Fix scrolling during inline renaming causes rename of wrong file
[dolphin.git] / src / dolphinmainwindow.h
index 634c2a9e79635d0c6c3bf8405c44501ad08a7084..c05fc34ad404ee2f37edb8cbdd0ead8305958ba7 100644 (file)
@@ -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;
 };