diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-01-20 17:31:48 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-01-20 17:31:48 +0900 |
| commit | 1517a05d2ffe7a33e1fe18a2dae540ae1c3d6694 (patch) | |
| tree | e6967aa8aacf5e5fca64c6b69f3a0ddc528a5640 /krdc/hostpreferences.cpp | |
| parent | 50da92376284f30d95e18960d2b24c49901fb10d (diff) | |
| download | tdenetwork-1517a05d2ffe7a33e1fe18a2dae540ae1c3d6694.tar.gz tdenetwork-1517a05d2ffe7a33e1fe18a2dae540ae1c3d6694.zip | |
Use tdeApp
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'krdc/hostpreferences.cpp')
| -rw-r--r-- | krdc/hostpreferences.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/krdc/hostpreferences.cpp b/krdc/hostpreferences.cpp index f2b6a384..b6ec942f 100644 --- a/krdc/hostpreferences.cpp +++ b/krdc/hostpreferences.cpp @@ -66,7 +66,7 @@ TQString HostPref::prefix(const TQString &host, const TQString &type) { HostPreferences::HostPreferences() { - m_config = kapp->config(); + m_config = tdeApp->config(); } HostPreferences::~HostPreferences() { |
