changeset 1:e275d0b5d6ca

Some trivial changes.
author Jari Korhonen <jtkorhonen@gmail.com>
date Thu, 22 Apr 2010 04:19:29 +0300
parents a9098eba2ee5
children e7233f757372
files settingsdialog.cpp settingsdialog.h
diffstat 2 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/settingsdialog.cpp	Thu Apr 22 03:15:35 2010 +0300
+++ b/settingsdialog.cpp	Thu Apr 22 04:19:29 2010 +0300
@@ -5,7 +5,6 @@
 #include <QHBoxLayout>
 #include <QVBoxLayout>
 
-
 SettingsDialog::SettingsDialog(QWidget *parent): QDialog(parent)
 {
     QPushButton *okButton;
--- a/settingsdialog.h	Thu Apr 22 03:15:35 2010 +0300
+++ b/settingsdialog.h	Thu Apr 22 04:19:29 2010 +0300
@@ -3,6 +3,7 @@
 
 #include "mainwindow.h"
 
+
 //** Copyright (C) Jari Korhonen, 2010 (under lgpl)
 
 #include <QDialog>