diff options
Diffstat (limited to 'kparts/partmanager.h')
-rw-r--r-- | kparts/partmanager.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kparts/partmanager.h b/kparts/partmanager.h index 33c13d3ed..604e5ff92 100644 --- a/kparts/partmanager.h +++ b/kparts/partmanager.h @@ -27,7 +27,7 @@ #include <tdelibs_export.h> -class KInstance; +class TDEInstance; namespace KParts { @@ -256,7 +256,7 @@ protected: * The active instance is used by KBugReport and KAboutDialog. * Override if you really need to - usually you don't need to. */ - virtual void setActiveInstance( KInstance * instance ); + virtual void setActiveInstance( TDEInstance * instance ); protected slots: /** |