Fixed capitalization of progressdialog.h includes (thanks to Martin for pointing this out, issue #103)

This commit is contained in:
Wyatt Olson 2010-05-08 14:49:14 -06:00
parent 228446736b
commit 78458ca63a
2 changed files with 2 additions and 2 deletions

View File

@ -31,7 +31,7 @@
#include <batchqueueentry.h>
#include <thumbnaillistener.h>
#include <navigator.h>
#include <ProgressDialog.h>
#include <progressdialog.h>
class EditorPanel;
struct EditorPanelIdleHelper {

View File

@ -24,7 +24,7 @@
#include <editorpanel.h>
#include <batchqueuepanel.h>
#include <set>
#include <Progressdialog.h>
#include <progressdialog.h>
class RTWindow : public Gtk::Window, public rtengine::ProgressListener{