summaryrefslogtreecommitdiffstats
path: root/lib/kformula/kformuladocument.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/kformula/kformuladocument.h')
-rw-r--r--lib/kformula/kformuladocument.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/kformula/kformuladocument.h b/lib/kformula/kformuladocument.h
index 61fdb7cc..3cee9f0c 100644
--- a/lib/kformula/kformuladocument.h
+++ b/lib/kformula/kformuladocument.h
@@ -295,12 +295,12 @@ class KOFORMULA_EXPORT DocumentWrapper : public TQObject {
public:
- DocumentWrapper( KConfig* config,
+ DocumentWrapper( TDEConfig* config,
KActionCollection* collection,
KoCommandHistory* history = 0 );
~DocumentWrapper();
- KConfig* config() { return m_config; }
+ TDEConfig* config() { return m_config; }
KoCommandHistory* history() { return m_history; }
/**
@@ -495,7 +495,7 @@ private:
SymbolType m_rightBracketChar;
TQString m_selectedName;
- KConfig* m_config;
+ TDEConfig* m_config;
KoCommandHistory* m_history;
/**