diff options
Diffstat (limited to 'src/newstuff/manager.cpp')
| -rw-r--r-- | src/newstuff/manager.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/newstuff/manager.cpp b/src/newstuff/manager.cpp index f6d6e1b..4ad3f5f 100644 --- a/src/newstuff/manager.cpp +++ b/src/newstuff/manager.cpp @@ -374,7 +374,6 @@ void Manager::slotDownloadJobResult(TDEIO::Job* job_) { emit signalInstalled(0); } } else { -#if KDE_IS_VERSION(3,3,90) // needed so the GPG signature can be checked NewScript* newScript = new NewScript(this, Kernel::self()->widget()); connect(newScript, TQ_SIGNAL(installFinished()), this, TQ_SLOT(slotInstallFinished())); @@ -382,7 +381,6 @@ void Manager::slotDownloadJobResult(TDEIO::Job* job_) { // if it was a success, it gets deleted later deleteTempFile = !newScript->install(job->destURL().path()); m_scriptEntryMap.insert(newScript, entry); -#endif // if failed, emit empty signal now if(deleteTempFile) { emit signalInstalled(0); |
