diff options
Diffstat (limited to 'lib/kformula/kformulaconfigpage.h')
-rw-r--r-- | lib/kformula/kformulaconfigpage.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/lib/kformula/kformulaconfigpage.h b/lib/kformula/kformulaconfigpage.h index 54856a04..37776f0f 100644 --- a/lib/kformula/kformulaconfigpage.h +++ b/lib/kformula/kformulaconfigpage.h @@ -39,7 +39,7 @@ class TQStringList; class TQWidget; class KColorButton; -class KConfig; +class TDEConfig; class KListView; class KPushButton; class KIntNumInput; @@ -55,7 +55,7 @@ class KOFORMULA_EXPORT ConfigurePage : public TQObject public: - ConfigurePage( Document* document, TQWidget* view, KConfig* config, TQVBox* box, char* name = 0 ); + ConfigurePage( Document* document, TQWidget* view, TDEConfig* config, TQVBox* box, char* name = 0 ); void apply(); void slotDefault(); @@ -83,7 +83,7 @@ private: Document* m_document; TQWidget* m_view; - KConfig* m_config; + TDEConfig* m_config; TQFont defaultFont; TQFont nameFont; @@ -114,7 +114,7 @@ private: // // public: -// MathFontsConfigurePage( Document* document, TQWidget* view, KConfig* config, TQVBox* box, char* name = 0 ); +// MathFontsConfigurePage( Document* document, TQWidget* view, TDEConfig* config, TQVBox* box, char* name = 0 ); // void apply(); // void slotDefault(); @@ -133,7 +133,7 @@ private: // Document* m_document; // TQWidget* m_view; -// KConfig* m_config; +// TDEConfig* m_config; // KListView* availableFonts; // KListView* requestedFonts; |