diff libgui/src/main-window.h @ 16460:4d4e7c6f839d

use consistent names for dock-widget files * documentation-dock-widget.cc: Rename from documentation-dockwidget.cc. Change all uses. * documentation-dock-widget.h: Rename from documentation-dockwidget.h. Change all uses. * files-dock-widget.cc: Rename from files-dockwidget.cc. Change all uses. * files-dock-widget.h: Rename from files-dockwidget.h. Change all uses. * history-dock-widget.cc: Rename from history-dockwidget.cc. Change all uses. * history-dock-widget.h: Rename from history-dockwidget.h. Change all uses. * terminal-dock-widget.cc: Rename from terminal-dockwidget.cc. Change all uses. * terminal-dock-widget.h: Rename from terminal-dockwidget.h. Change all uses. * libgui/src/module.mk: Update lists.
author John W. Eaton <jwe@octave.org>
date Sun, 07 Apr 2013 12:07:10 -0400
parents cbc39a3d0c42
children 0f143f68078d
line wrap: on
line diff
--- a/libgui/src/main-window.h
+++ b/libgui/src/main-window.h
@@ -47,10 +47,10 @@
 #include "resource-manager.h"
 #include "workspace-model.h"
 #include "workspace-view.h"
-#include "history-dockwidget.h"
-#include "files-dockwidget.h"
-#include "terminal-dockwidget.h"
-#include "documentation-dockwidget.h"
+#include "history-dock-widget.h"
+#include "files-dock-widget.h"
+#include "terminal-dock-widget.h"
+#include "documentation-dock-widget.h"
 #include "octave-qt-event-listener.h"
 #include "octave-qt-link.h"