diff options
Diffstat (limited to 'kmouth/wordcompletion/dictionarycreationwizard.h')
-rw-r--r-- | kmouth/wordcompletion/dictionarycreationwizard.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kmouth/wordcompletion/dictionarycreationwizard.h b/kmouth/wordcompletion/dictionarycreationwizard.h index 8d99da5..fb82fcd 100644 --- a/kmouth/wordcompletion/dictionarycreationwizard.h +++ b/kmouth/wordcompletion/dictionarycreationwizard.h @@ -107,7 +107,7 @@ public: CompletionWizardWidget(KWizard *parent, const char *name); ~CompletionWizardWidget(); - void ok (KConfig *config); + void ok (TDEConfig *config); }; #endif |