diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2026-03-05 18:58:50 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2026-03-05 18:58:50 +0900 |
| commit | 28d967a7d4027e2175b00334e5b616e646ebedf1 (patch) | |
| tree | 4a962168cab8a6fe152c2d297a5491a6edb9affe /src | |
| parent | 023957e9ee5496dc74fba3d66148b4e187f0aad6 (diff) | |
| download | tdesvn-28d967a7d4027e2175b00334e5b616e646ebedf1.tar.gz tdesvn-28d967a7d4027e2175b00334e5b616e646ebedf1.zip | |
Remove use of KDE_IS_VERSION
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'src')
| -rw-r--r-- | src/tdesvn.cpp | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/src/tdesvn.cpp b/src/tdesvn.cpp index f53366f..3d58f32 100644 --- a/src/tdesvn.cpp +++ b/src/tdesvn.cpp @@ -275,11 +275,7 @@ void tdesvn::saveProperties(TDEConfig *config) // later when this app is restored if (!m_part) return; if (!m_part->url().isEmpty()) { -#if KDE_IS_VERSION(3,1,3) config->writePathEntry("lastURL", m_part->url().prettyURL()); -#else - config->writeEntry("lastURL", m_part->url().prettyURL()); -#endif } } @@ -412,11 +408,7 @@ bool tdesvn::queryExit() { if (m_part) { TDEConfigGroup cs(TDEGlobal::config(),"startup"); -#if KDE_IS_VERSION(3,1,3) cs.writePathEntry("lastURL", m_part->url().prettyURL()); -#else - cs.writeEntry("lastURL", m_part->url().prettyURL()); -#endif } return KParts::MainWindow::queryExit(); } |
