# HG changeset patch # User Jari Korhonen # Date 1271899169 -10800 # Node ID e275d0b5d6ca7623e82b1923cf20070c86071705 # Parent a9098eba2ee53e961c387e713ea2d73c90a4833c Some trivial changes. diff -r a9098eba2ee5 -r e275d0b5d6ca settingsdialog.cpp --- 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 #include - SettingsDialog::SettingsDialog(QWidget *parent): QDialog(parent) { QPushButton *okButton; diff -r a9098eba2ee5 -r e275d0b5d6ca settingsdialog.h --- 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