diff options
author | Timothy Pearson <[email protected]> | 2013-01-25 00:10:32 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-25 00:10:32 -0600 |
commit | 3fe437def8063926892bddf2dcc733861308836d (patch) | |
tree | 021d66ad023a32bc8ea0074a1ab3d01316aff8b0 /lib/kofficecore/KoDocument.h | |
parent | 5b8ab149469c8e186ee8b05d90c0103ae722dd85 (diff) | |
download | koffice-3fe437def8063926892bddf2dcc733861308836d.tar.gz koffice-3fe437def8063926892bddf2dcc733861308836d.zip |
Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4
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. |