From: sln Date: Wed, 22 Sep 2010 10:15:37 +0000 (+0000) Subject: MAC line-ends fixed X-Git-Tag: DIAGRAM_0_1~33 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=5c98d4612803983c6aa97e79101aed447818bd54;p=modules%2Fgui.git MAC line-ends fixed --- diff --git a/src/LightApp/LightApp_PreferencesDlg.h b/src/LightApp/LightApp_PreferencesDlg.h index f3710647f..bf8149365 100644 --- a/src/LightApp/LightApp_PreferencesDlg.h +++ b/src/LightApp/LightApp_PreferencesDlg.h @@ -1,63 +1,63 @@ -// Copyright (C) 2005 OPEN CASCADE, CEA/DEN, EDF R&D, PRINCIPIA R&D -// -// This library is free software; you can redistribute it and/or -// modify it under the terms of the GNU Lesser General Public -// License as published by the Free Software Foundation; either -// version 2.1 of the License. -// -// This library is distributed in the hope that it will be useful -// but WITHOUT ANY WARRANTY; without even the implied warranty of -// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -// Lesser General Public License for more details. -// -// You should have received a copy of the GNU Lesser General Public -// License along with this library; if not, write to the Free Software -// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA -// -// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com -// -// File: LightApp_PreferencesDlg.h -// Author: Sergey TELKOV - -#ifndef LIGHTAPP_PREFERENCESDLG_H -#define LIGHTAPP_PREFERENCESDLG_H - -#include "LightApp.h" -#include "LightApp_Preferences.h" - -#include - -#include - -/*! - \class LightApp_PreferencesDlg - Dialog for preferences edition -*/ -class LIGHTAPP_EXPORT LightApp_PreferencesDlg : public QtxDialog -{ - Q_OBJECT - -public: - LightApp_PreferencesDlg( LightApp_Preferences*, QWidget* = 0 ); - virtual ~LightApp_PreferencesDlg(); - - virtual void setVisible(bool visible); - virtual void accept(); - virtual void reject(); - - bool isSaved() { return mySaved; } - void setSaved( bool saved ) { mySaved = saved; } - -private slots: - void onHelp(); - void onApply(); - void onDefault(); - void onImportPref(); - -private: - typedef QPointer PrefPtr; - PrefPtr myPrefs; - bool mySaved; -}; - -#endif +// Copyright (C) 2005 OPEN CASCADE, CEA/DEN, EDF R&D, PRINCIPIA R&D +// +// This library is free software; you can redistribute it and/or +// modify it under the terms of the GNU Lesser General Public +// License as published by the Free Software Foundation; either +// version 2.1 of the License. +// +// This library is distributed in the hope that it will be useful +// but WITHOUT ANY WARRANTY; without even the implied warranty of +// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU +// Lesser General Public License for more details. +// +// You should have received a copy of the GNU Lesser General Public +// License along with this library; if not, write to the Free Software +// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +// +// See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com +// +// File: LightApp_PreferencesDlg.h +// Author: Sergey TELKOV + +#ifndef LIGHTAPP_PREFERENCESDLG_H +#define LIGHTAPP_PREFERENCESDLG_H + +#include "LightApp.h" +#include "LightApp_Preferences.h" + +#include + +#include + +/*! + \class LightApp_PreferencesDlg + Dialog for preferences edition +*/ +class LIGHTAPP_EXPORT LightApp_PreferencesDlg : public QtxDialog +{ + Q_OBJECT + +public: + LightApp_PreferencesDlg( LightApp_Preferences*, QWidget* = 0 ); + virtual ~LightApp_PreferencesDlg(); + + virtual void setVisible(bool visible); + virtual void accept(); + virtual void reject(); + + bool isSaved() { return mySaved; } + void setSaved( bool saved ) { mySaved = saved; } + +private slots: + void onHelp(); + void onApply(); + void onDefault(); + void onImportPref(); + +private: + typedef QPointer PrefPtr; + PrefPtr myPrefs; + bool mySaved; +}; + +#endif