Mercurial > hg > sonic-visualiser
comparison main/PreferencesDialog.cpp @ 1:40116f709d3b
* Reorganising code base. This revision probably should compile once more.
| author | Chris Cannam |
|---|---|
| date | Mon, 31 Jul 2006 14:05:22 +0000 |
| parents | cd5d7ff8ef38 |
| children | d4487202d0e8 |
comparison
equal
deleted
inserted
replaced
| 0:cd5d7ff8ef38 | 1:40116f709d3b |
|---|---|
| 29 #include <QString> | 29 #include <QString> |
| 30 | 30 |
| 31 #include <fftw3.h> | 31 #include <fftw3.h> |
| 32 | 32 |
| 33 #include "base/Preferences.h" | 33 #include "base/Preferences.h" |
| 34 #include "fileio/ConfigFile.h" | 34 #include "base/ConfigFile.h" |
| 35 | 35 |
| 36 PreferencesDialog::PreferencesDialog(QWidget *parent, Qt::WFlags flags) : | 36 PreferencesDialog::PreferencesDialog(QWidget *parent, Qt::WFlags flags) : |
| 37 QDialog(parent, flags) | 37 QDialog(parent, flags) |
| 38 { | 38 { |
| 39 setWindowTitle(tr("Application Preferences")); | 39 setWindowTitle(tr("Application Preferences")); |
