summaryrefslogtreecommitdiffstats
path: root/kpackage/packageProperties.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2025-01-20 17:21:29 +0900
committerMichele Calgaro <[email protected]>2025-01-20 17:21:29 +0900
commitbd28b782b7033c3fe0d4b3a71f10206155414f7e (patch)
tree2450c6c10200e7c08bc261cf8606275fcd1638c7 /kpackage/packageProperties.cpp
parent8dd602c4cb47624b1d4dbac2743ee20ab00001e4 (diff)
downloadtdeadmin-bd28b782b7033c3fe0d4b3a71f10206155414f7e.tar.gz
tdeadmin-bd28b782b7033c3fe0d4b3a71f10206155414f7e.zip
Use tdeApp
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'kpackage/packageProperties.cpp')
-rw-r--r--kpackage/packageProperties.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/kpackage/packageProperties.cpp b/kpackage/packageProperties.cpp
index fdedc47..2c4557b 100644
--- a/kpackage/packageProperties.cpp
+++ b/kpackage/packageProperties.cpp
@@ -250,7 +250,7 @@ void packagePropertiesWidget::setSource(const TQString &name) {
if (s.startsWith("http:") || s.startsWith("ftp:"))
{
- TDEApplication::kApplication()->invokeBrowser( s );
+ tdeApp->invokeBrowser( s );
return;
}