Mercurial > hg > octave-nkf
diff gui/src/m-editor/file-editor-interface.h @ 14712:5cb54cca8a06 gui
Completion of code reformatting.
author | Jacob Dawid <jacob.dawid@googlemail.com> |
---|---|
date | Fri, 01 Jun 2012 23:54:14 +0200 |
parents | f50591409306 |
children | f43916137064 |
line wrap: on
line diff
--- a/gui/src/m-editor/file-editor-interface.h +++ b/gui/src/m-editor/file-editor-interface.h @@ -32,8 +32,8 @@ : QDockWidget ((QWidget*)mainWindow) // QDockWidget constructor is explicit, hence the cast. { setObjectName ("FileEditor"); - m_terminal = terminal; - m_mainWindow = mainWindow; + _terminal = terminal; + _main_window = mainWindow; connect (this, SIGNAL (visibilityChanged (bool)), this, SLOT (handle_visibility_changed (bool))); } @@ -48,8 +48,8 @@ void active_changed (bool active); protected: - QTerminal* m_terminal; - main_window* m_mainWindow; + QTerminal* _terminal; + main_window* _main_window; void closeEvent (QCloseEvent *event) {