summaryrefslogtreecommitdiffstats
path: root/kview/kview.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'kview/kview.cpp')
-rw-r--r--kview/kview.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/kview/kview.cpp b/kview/kview.cpp
index 34dd83ee..3ef926b8 100644
--- a/kview/kview.cpp
+++ b/kview/kview.cpp
@@ -145,7 +145,7 @@ KView::KView()
else
{
KMessageBox::error( this, i18n( "An error occurred while loading the KViewViewer KPart. Check your installation." ) );
- TQTimer::singleShot( 0, kapp, TQ_SLOT( quit() ) );
+ TQTimer::singleShot( 0, tdeApp, TQ_SLOT( quit() ) );
}
}
@@ -653,7 +653,7 @@ TQSize KView::barSize( int mainwinwidth, BarSizeFrom from )
width += toolBar()->width();
break;
case TDEToolBar::Flat:
- height += kapp->style().pixelMetric( TQStyle::PM_DockWindowHandleExtent );
+ height += tdeApp->style().pixelMetric( TQStyle::PM_DockWindowHandleExtent );
break;
case TDEToolBar::Floating:
break;