diff options
Diffstat (limited to 'lib/kofficecore/KoDocument.h')
-rw-r--r-- | lib/kofficecore/KoDocument.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/kofficecore/KoDocument.h b/lib/kofficecore/KoDocument.h index 30b9ad97..4dc192b7 100644 --- a/lib/kofficecore/KoDocument.h +++ b/lib/kofficecore/KoDocument.h @@ -1123,7 +1123,7 @@ protected: /** * Creates the open widget showed at application start up. * @param parent the parent widget - * @param instance the TDEInstance to be used for KConfig data + * @param instance the TDEInstance to be used for TDEConfig data * @param templateType the template-type (group) that should be selected on creation. * @since 1.5 */ @@ -1134,7 +1134,7 @@ private slots: void slotChildChanged( KoChild *c ); void slotChildDestroyed(); void slotAutoSave(); - void slotStarted( KIO::Job* ); + void slotStarted( TDEIO::Job* ); void startCustomDocument(); /** * Removes the open widget showed at application start up. |