┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/undomanager.h
diff options
context:
space:
mode:
authorHolger Freyther <[email protected]>2006-11-29 00:20:32 +0000
committerHolger Freyther <[email protected]>2006-11-29 00:20:32 +0000
commit9b9bad8abe16609d400eb25118e86adc5b19e9e4 (patch)
treec3e4b3bf170d411d5f0ef41358899a88553bb4cf /src/undomanager.h
parentf31a541925033c2ef5e27b85c099d47791b50121 (diff)
Do not crash with the null pointer, this is a hack/workaround as we
will switch to KonqUndoManager anyway. The difficulty is we would need one UndoManager for DolphinMainWindow which we won't do/have with KonqUndoManager so I avoid wasting my time cleaning up this bit, so progress information might be a bit wrong in regards to the amount of total steps... svn path=/trunk/playground/utils/dolphin/; revision=608947
Diffstat (limited to 'src/undomanager.h')
-rw-r--r--src/undomanager.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/undomanager.h b/src/undomanager.h
index bf9a80c90..9e2094fe3 100644
--- a/src/undomanager.h
+++ b/src/undomanager.h
@@ -27,7 +27,6 @@
#include <kurl.h>
#include <kio/jobclasses.h>
-class ProgressIndicator;
class DolphinMainWindow;
/**
@@ -182,7 +181,6 @@ private:
int m_historyIndex;
int m_macroCounter;
Q3ValueList<DolphinCommand> m_history;
- ProgressIndicator* m_progressIndicator;
/**
* Dependent from the current history index \a m_historyIndex