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

@@ -47,7 +47,7 @@ public:
bool duplicateSupported() const { return true; }
Core::IEditor *duplicate(QWidget *parent);
const char *kind() const;
bool temporayEditor() const { return false; }
bool temporaryEditor() const { return false; }
private:
QList<int> m_context;
};