summaryrefslogtreecommitdiffstats
path: root/koshell/koshell_shell.cc
diff options
context:
space:
mode:
Diffstat (limited to 'koshell/koshell_shell.cc')
-rw-r--r--koshell/koshell_shell.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/koshell/koshell_shell.cc b/koshell/koshell_shell.cc
index 27bec9d6..44d95fe3 100644
--- a/koshell/koshell_shell.cc
+++ b/koshell/koshell_shell.cc
@@ -58,7 +58,7 @@
#include <kiconloader.h>
KoShellWindow::KoShellWindow()
- : KoMainWindow( KGlobal::instance() )
+ : KoMainWindow( TDEGlobal::instance() )
{
m_activePage = m_lstPages.end();
@@ -345,7 +345,7 @@ void KoShellWindow::setRootDocument( KoDocument * doc )
v->setGeometry( 0, 0, m_pFrame->width(), m_pFrame->height() );
v->setPartManager( partManager() );
- m_pFrame->addTab( v, KGlobal::iconLoader()->loadIcon( m_documentEntry.service()->icon(), KIcon::Small ), i18n("Untitled") );
+ m_pFrame->addTab( v, TDEGlobal::iconLoader()->loadIcon( m_documentEntry.service()->icon(), KIcon::Small ), i18n("Untitled") );
// Create a new page for this doc
Page page;