summaryrefslogtreecommitdiffstats
path: root/src/AuthDialog.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <[email protected]>2025-01-21 11:33:45 +0900
committerMichele Calgaro <[email protected]>2025-01-21 11:33:45 +0900
commitd6c287f0198d6e865a157e3e10b8a67da6bffcf1 (patch)
tree1127c6881ee72f4585e686153528d6f55e2cd0fd /src/AuthDialog.cpp
parente8c2d3aafd639135737c678f0a2fd619a8074dcc (diff)
downloadpolkit-agent-tde-d6c287f0198d6e865a157e3e10b8a67da6bffcf1.tar.gz
polkit-agent-tde-d6c287f0198d6e865a157e3e10b8a67da6bffcf1.zip
Use tdeAppHEADmaster
Signed-off-by: Michele Calgaro <[email protected]>
Diffstat (limited to 'src/AuthDialog.cpp')
-rw-r--r--src/AuthDialog.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/AuthDialog.cpp b/src/AuthDialog.cpp
index 1ddcf83..7b3aa1e 100644
--- a/src/AuthDialog.cpp
+++ b/src/AuthDialog.cpp
@@ -342,7 +342,7 @@ AuthDetails::AuthDetails(const Details &details, const ActionDescription &action
void AuthDetails::openUrl(const TQString &url)
{
- kapp->invokeBrowser(url);
+ tdeApp->invokeBrowser(url);
}
#include "AuthDialog.moc"