diff options
Diffstat (limited to 'knewsticker/kntsrcfilepropsdlg')
-rw-r--r-- | knewsticker/kntsrcfilepropsdlg/kntsrcfilepropsdlg.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/knewsticker/kntsrcfilepropsdlg/kntsrcfilepropsdlg.cpp b/knewsticker/kntsrcfilepropsdlg/kntsrcfilepropsdlg.cpp index 4db586e3..0c10ecc5 100644 --- a/knewsticker/kntsrcfilepropsdlg/kntsrcfilepropsdlg.cpp +++ b/knewsticker/kntsrcfilepropsdlg/kntsrcfilepropsdlg.cpp @@ -90,7 +90,7 @@ void KntSrcFilePropsDlg::slotConstructUI(Loader *, Document doc, Status status) void KntSrcFilePropsDlg::slotOpenURL(const TQString &url) { - kapp->invokeBrowser(url); + tdeApp->invokeBrowser(url); } void KntSrcFilePropsDlg::slotGotIcon(const KURL &, const TQPixmap &pixmap) |