diff options
Diffstat (limited to 'kparts/tests/parts.h')
-rw-r--r-- | kparts/tests/parts.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kparts/tests/parts.h b/kparts/tests/parts.h index 6f373a85c..0d4e6480a 100644 --- a/kparts/tests/parts.h +++ b/kparts/tests/parts.h @@ -21,7 +21,7 @@ protected: protected: TQMultiLineEdit * m_edit; - KInstance *m_instance; + TDEInstance *m_instance; }; class Part2 : public KParts::Part @@ -37,7 +37,7 @@ protected: // (i.e. in a part manager) // There is a default impl for ReadOnlyPart... virtual void guiActivateEvent( KParts::GUIActivateEvent * ); - KInstance *m_instance; + TDEInstance *m_instance; }; #endif |