┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/dolphinmainwindow.h
diff options
context:
space:
mode:
authorDavid Faure <[email protected]>2008-04-20 22:07:44 +0000
committerDavid Faure <[email protected]>2008-04-20 22:07:44 +0000
commitd1aaeab617d4e0372e5e93b6865d3b63ceb1d596 (patch)
tree8f0b67b77eb4d59df40e570d9cea8402fa2cf29b /src/dolphinmainwindow.h
parente8b4072c34eee268c6592bc1e5c3d29dcb25a953 (diff)
Fix bug with the UndoUiInterface usage: if more than one mainwindow was used, the statusbar of the wrong window could be used for displaying error messages from the undo manager.
svn path=/trunk/KDE/kdebase/apps/; revision=799250
Diffstat (limited to 'src/dolphinmainwindow.h')
-rw-r--r--src/dolphinmainwindow.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/src/dolphinmainwindow.h b/src/dolphinmainwindow.h
index 2f0fb9589..675b08bed 100644
--- a/src/dolphinmainwindow.h
+++ b/src/dolphinmainwindow.h
@@ -391,12 +391,9 @@ private:
class UndoUiInterface : public KonqFileUndoManager::UiInterface
{
public:
- UndoUiInterface(DolphinMainWindow* mainWin);
+ UndoUiInterface();
virtual ~UndoUiInterface();
virtual void jobError(KIO::Job* job);
-
- private:
- DolphinMainWindow* m_mainWin;
};
KNewMenu* m_newMenu;