summaryrefslogtreecommitdiffstats
path: root/certmanager/certificatewizardimpl.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2026-03-08 20:44:13 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2026-03-08 20:49:22 +0900
commit03b0b804eb016e2d9ae851db960e843d0d629e0a (patch)
tree0f3fea3adf799f6436296120999f628b54b2dbe5 /certmanager/certificatewizardimpl.cpp
parent27556c799540cacccf0e520ddd93b2a527c9244f (diff)
downloadtdepim-03b0b804eb016e2d9ae851db960e843d0d629e0a.tar.gz
tdepim-03b0b804eb016e2d9ae851db960e843d0d629e0a.zip
Remove use of KDE_IS_VERSION
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'certmanager/certificatewizardimpl.cpp')
-rw-r--r--certmanager/certificatewizardimpl.cpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/certmanager/certificatewizardimpl.cpp b/certmanager/certificatewizardimpl.cpp
index a52c2e52..8cfd4bf7 100644
--- a/certmanager/certificatewizardimpl.cpp
+++ b/certmanager/certificatewizardimpl.cpp
@@ -387,14 +387,6 @@ TQString CertificateWizardImpl::caEMailAddress() const {
void CertificateWizardImpl::slotURLSelected( const TQString& _url )
{
KURL url = KURL::fromPathOrURL( _url.stripWhiteSpace() );
-#if ! KDE_IS_VERSION(3,2,90)
- // The application/pkcs10 mimetype didn't have a native extension,
- // so the filedialog didn't have the checkbox for auto-adding it.
- TQString fileName = url.fileName();
- int pos = fileName.findRev( '.' );
- if ( pos < 0 ) // no extension
- url.setFileName( fileName + ".p10" );
-#endif
storeUR->setURL( url.prettyURL() );
}