diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-11-09 22:18:34 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2024-11-09 22:40:12 +0900 |
commit | e8c2d3aafd639135737c678f0a2fd619a8074dcc (patch) | |
tree | 8abdc699a2c0f356bdfe501606c2a57bb4bcb3ae | |
parent | b669bda6d2d0618e46c0ae2c562e56344fabf8f3 (diff) | |
download | polkit-agent-tde-e8c2d3aafd639135737c678f0a2fd619a8074dcc.tar.gz polkit-agent-tde-e8c2d3aafd639135737c678f0a2fd619a8074dcc.zip |
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
-rw-r--r-- | src/AuthDialog.cpp | 2 | ||||
-rw-r--r-- | src/polkit-agent-tde.h | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/AuthDialog.cpp b/src/AuthDialog.cpp index c4848c8..1ddcf83 100644 --- a/src/AuthDialog.cpp +++ b/src/AuthDialog.cpp @@ -31,9 +31,9 @@ #include <kdebug.h> #include <kiconloader.h> #include <klineedit.h> -#include "kuniqueapplication.h" #include <kurllabel.h> #include <kuser.h> +#include <tdeapplication.h> #include <tdelocale.h> #include <PolkitTQt/Authority> diff --git a/src/polkit-agent-tde.h b/src/polkit-agent-tde.h index ba25556..09265ec 100644 --- a/src/polkit-agent-tde.h +++ b/src/polkit-agent-tde.h @@ -21,11 +21,11 @@ #ifndef POLKIT_AGENT_TDE_H #define POLKIT_AGENT_TDE_H -#include <kuniqueapplication.h> +#include <tdeuniqueapplication.h> #include "polkit-listener.h" -class PolkitAgentTDE : public KUniqueApplication +class PolkitAgentTDE : public TDEUniqueApplication { public: PolkitAgentTDE(); |