fixed regression due to missing settings.h

This commit is contained in:
Ettl Martin 2010-07-26 22:59:35 +02:00
parent 7c5219324e
commit 76fbbd7bd0
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@
#include "resultsview.h"
#include "settingsdialog.h"
#include "translationhandler.h"
#include "settings.h"
#include "ui_main.h"
class ThreadHandler;
class LogView;