summaryrefslogtreecommitdiffstats
path: root/karm/karm_part.h
diff options
context:
space:
mode:
Diffstat (limited to 'karm/karm_part.h')
-rw-r--r--karm/karm_part.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/karm/karm_part.h b/karm/karm_part.h
index 797ae47f..f04d48ff 100644
--- a/karm/karm_part.h
+++ b/karm/karm_part.h
@@ -116,8 +116,8 @@ protected slots:
void startNewSession();
};
-class KInstance;
-class KAboutData;
+class TDEInstance;
+class TDEAboutData;
class karmPartFactory : public KParts::Factory
{
@@ -129,11 +129,11 @@ public:
virtual KParts::Part* createPartObject( TQWidget *parentWidget, const char *widgetName,
TQObject *parent, const char *name,
const char *classname, const TQStringList &args );
- static KInstance* instance();
+ static TDEInstance* instance();
private:
- static KInstance* s_instance;
- static KAboutData* s_about;
+ static TDEInstance* s_instance;
+ static TDEAboutData* s_about;
};
#endif // _KARMPART_H_