summaryrefslogtreecommitdiffstats
path: root/kpresenter/KPrFactory.h
diff options
context:
space:
mode:
Diffstat (limited to 'kpresenter/KPrFactory.h')
-rw-r--r--kpresenter/KPrFactory.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/kpresenter/KPrFactory.h b/kpresenter/KPrFactory.h
index 7e37bf6d9..80763049a 100644
--- a/kpresenter/KPrFactory.h
+++ b/kpresenter/KPrFactory.h
@@ -22,7 +22,7 @@
#define KPRESENTER_FACTORY_H
#include <KoFactory.h>
-class KAboutData;
+class TDEAboutData;
class KPrFactory : public KoFactory
{
@@ -36,14 +36,14 @@ public:
const char *name = 0, const char *classname = "KoDocument",
const TQStringList &args = TQStringList() );
- static KInstance* global();
+ static TDEInstance* global();
- // _Creates_ a KAboutData but doesn't keep ownership
- static KAboutData* aboutData();
+ // _Creates_ a TDEAboutData but doesn't keep ownership
+ static TDEAboutData* aboutData();
private:
- static KInstance* s_global;
- static KAboutData* s_aboutData;
+ static TDEInstance* s_global;
+ static TDEAboutData* s_aboutData;
};
#endif