diff options
Diffstat (limited to 'lib/kofficecore/KoMainWindow.h')
-rw-r--r-- | lib/kofficecore/KoMainWindow.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/kofficecore/KoMainWindow.h b/lib/kofficecore/KoMainWindow.h index 433c93d44..293d7722c 100644 --- a/lib/kofficecore/KoMainWindow.h +++ b/lib/kofficecore/KoMainWindow.h @@ -59,7 +59,7 @@ public: * * Initializes a KOffice main window (with its basic GUI etc.). */ - KoMainWindow( KInstance *instance, const char *_name = 0 ); + KoMainWindow( TDEInstance *instance, const char *_name = 0 ); /** * Destructor. |