Improve code style.

This commit is contained in:
Felix Geyer
2012-04-18 22:08:22 +02:00
parent 4e5e5c71ca
commit 2e011d5362
29 changed files with 95 additions and 89 deletions

View File

@@ -15,8 +15,8 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef KEEPASSX_KEYOPENDIALOG_H
#define KEEPASSX_KEYOPENDIALOG_H
#ifndef KEEPASSX_DATABASEOPENDIALOG_H
#define KEEPASSX_DATABASEOPENDIALOG_H
#include <QtCore/QScopedPointer>
#include <QtGui/QDialog>
@@ -56,4 +56,4 @@ private:
Q_DISABLE_COPY(DatabaseOpenDialog)
};
#endif // KEEPASSX_KEYOPENDIALOG_H
#endif // KEEPASSX_DATABASEOPENDIALOG_H