diff options
Diffstat (limited to 'lib/kofficecore/KoMainWindow.cpp')
-rw-r--r-- | lib/kofficecore/KoMainWindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/kofficecore/KoMainWindow.cpp b/lib/kofficecore/KoMainWindow.cpp index 19fea8238..2487993aa 100644 --- a/lib/kofficecore/KoMainWindow.cpp +++ b/lib/kofficecore/KoMainWindow.cpp @@ -183,7 +183,7 @@ public: KSharedPtr<KoSpeaker> m_koSpeaker; }; -KoMainWindow::KoMainWindow( KInstance *instance, const char* name ) +KoMainWindow::KoMainWindow( TDEInstance *instance, const char* name ) : KParts::MainWindow( name ) { setStandardToolBarMenuEnabled(true); // should there be a check for >= 3.1 ? |