diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-25 00:10:32 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-25 00:10:32 -0600 |
commit | 3fe437def8063926892bddf2dcc733861308836d (patch) | |
tree | 021d66ad023a32bc8ea0074a1ab3d01316aff8b0 /lib/kofficecore/KoOpenPane.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/KoOpenPane.h')
-rw-r--r-- | lib/kofficecore/KoOpenPane.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/kofficecore/KoOpenPane.h b/lib/kofficecore/KoOpenPane.h index d9abf832..0efad845 100644 --- a/lib/kofficecore/KoOpenPane.h +++ b/lib/kofficecore/KoOpenPane.h @@ -24,7 +24,7 @@ #include <koOpenPaneBase.h> class KoCustomDocumentCreator; -class KConfig; +class TDEConfig; class KoTemplateGroup; class KoOpenPanePrivate; class TDEInstance; @@ -42,7 +42,7 @@ class KoOpenPane : public KoOpenPaneBase /** * Constructor * @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. */ KoOpenPane(TQWidget *parent, TDEInstance* instance, const TQString& templateType = TQString()); |