Fixed capitalization of progressdialog.h includes (thanks to Martin for pointing this out, issue #103)
This commit is contained in:
parent
228446736b
commit
78458ca63a
@ -31,7 +31,7 @@
|
||||
#include <batchqueueentry.h>
|
||||
#include <thumbnaillistener.h>
|
||||
#include <navigator.h>
|
||||
#include <ProgressDialog.h>
|
||||
#include <progressdialog.h>
|
||||
|
||||
class EditorPanel;
|
||||
struct EditorPanelIdleHelper {
|
||||
|
@ -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{
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user