summaryrefslogtreecommitdiffstats
path: root/lib/kofficecore/KoOpenPane.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/kofficecore/KoOpenPane.h')
-rw-r--r--lib/kofficecore/KoOpenPane.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/kofficecore/KoOpenPane.h b/lib/kofficecore/KoOpenPane.h
index ad6a8db5b..d9abf832f 100644
--- a/lib/kofficecore/KoOpenPane.h
+++ b/lib/kofficecore/KoOpenPane.h
@@ -27,7 +27,7 @@ class KoCustomDocumentCreator;
class KConfig;
class KoTemplateGroup;
class KoOpenPanePrivate;
-class KInstance;
+class TDEInstance;
class TQPixmap;
class KListViewItem;
class KoTemplatesPane;
@@ -42,10 +42,10 @@ class KoOpenPane : public KoOpenPaneBase
/**
* Constructor
* @param parent the parent widget
- * @param instance the KInstance to be used for KConfig data
+ * @param instance the TDEInstance to be used for KConfig data
* @param templateType the template-type (group) that should be selected on creation.
*/
- KoOpenPane(TQWidget *parent, KInstance* instance, const TQString& templateType = TQString());
+ KoOpenPane(TQWidget *parent, TDEInstance* instance, const TQString& templateType = TQString());
virtual ~KoOpenPane();
TQListViewItem* addPane(const TQString& title, const TQString& icon, TQWidget* widget, int sortWeight);