diff options
Diffstat (limited to 'kdvi')
-rw-r--r-- | kdvi/dviRenderer.cpp | 2 | ||||
-rw-r--r-- | kdvi/optionDialogSpecialWidget.cpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/kdvi/dviRenderer.cpp b/kdvi/dviRenderer.cpp index 68cb2238..a35e3126 100644 --- a/kdvi/dviRenderer.cpp +++ b/kdvi/dviRenderer.cpp @@ -254,7 +254,7 @@ void dviRenderer::showThatSourceInformationIsPresent() // here. Most of the code is stolen from there. // Check if the 'Don't show again' feature was used - TDEConfig *config = kapp->config(); + TDEConfig *config = tdeApp->config(); TDEConfigGroupSaver saver( config, "Notification Messages" ); bool showMsg = config->readBoolEntry( "KDVI-info_on_source_specials", true); diff --git a/kdvi/optionDialogSpecialWidget.cpp b/kdvi/optionDialogSpecialWidget.cpp index e365d9e2..b07a5b35 100644 --- a/kdvi/optionDialogSpecialWidget.cpp +++ b/kdvi/optionDialogSpecialWidget.cpp @@ -123,7 +123,7 @@ void optionDialogSpecialWidget::slotComboBox(int item) void optionDialogSpecialWidget::slotExtraHelpButton( const TQString & ) { - kapp->invokeHelp( "inv-search", "kdvi" ); + tdeApp->invokeHelp( "inv-search", "kdvi" ); } void optionDialogSpecialWidget::apply() |