Fixes spelling of temporaryEditor

This commit is contained in:
dt
2009-05-25 15:12:37 +02:00
parent 41b3b3e3b4
commit 1e865551e5
12 changed files with 15 additions and 15 deletions

View File

@@ -75,7 +75,7 @@ public:
Core::IEditor *duplicate(QWidget * /*parent*/) { return 0; }
const char *kind() const { return m_kind; }
bool temporayEditor() const { return true; }
bool temporaryEditor() const { return true; }
private:
const char *m_kind;
@@ -106,7 +106,7 @@ public:
virtual QToolBar *toolBar() { return m_toolBar; }
QComboBox *diffFileBrowseComboBox() const { return m_diffFileBrowseComboBox; }
bool temporayEditor() const { return true; }
bool temporaryEditor() const { return true; }
private:
QComboBox *m_diffFileBrowseComboBox;