summaryrefslogtreecommitdiffstats
path: root/tdeui/kbugreport.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tdeui/kbugreport.cpp')
-rw-r--r--tdeui/kbugreport.cpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/tdeui/kbugreport.cpp b/tdeui/kbugreport.cpp
index 210f5f1ae..8cc107834 100644
--- a/tdeui/kbugreport.cpp
+++ b/tdeui/kbugreport.cpp
@@ -363,8 +363,8 @@ void KBugReport::slotSetFrom()
void KBugReport::slotUrlClicked(const TQString &urlText)
{
- if ( kapp )
- kapp->invokeBrowser( urlText );
+ if ( tdeApp )
+ tdeApp->invokeBrowser( urlText );
// When using the web form, a click can also close the window, as there's
// not much to do. It also gives the user a direct response to his click:
@@ -376,8 +376,8 @@ void KBugReport::slotUrlClicked(const TQString &urlText)
void KBugReport::slotOk( void )
{
if ( d->submitBugButton ) {
- if ( kapp )
- kapp->invokeBrowser( d->url.url() );
+ if ( tdeApp )
+ tdeApp->invokeBrowser( d->url.url() );
return;
}