diff options
Diffstat (limited to 'src/modules/setup/setupwizard.cpp')
-rw-r--r-- | src/modules/setup/setupwizard.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/modules/setup/setupwizard.cpp b/src/modules/setup/setupwizard.cpp index 1a8b5c4f..dd0e8a9b 100644 --- a/src/modules/setup/setupwizard.cpp +++ b/src/modules/setup/setupwizard.cpp @@ -504,7 +504,7 @@ KviSetupWizard::KviSetupWizard() m_pCreateUrlHandlers = new TQCheckBox(__tr2qs("Make KVIrc default IRC client"),m_pDesktopIntegration->m_pVBox); m_pCreateUrlHandlers->setChecked(true); #endif -#ifdef COMPILE_KDE_SUPPORT +#ifdef COMPILE_TDE_SUPPORT m_pCreateDesktopShortcut = new TQCheckBox(__tr2qs("Create desktop shortcut"),m_pDesktopIntegration->m_pVBox); m_pCreateDesktopShortcut->setChecked(true); #endif @@ -845,7 +845,7 @@ void KviSetupWizard::makeLink() CoUninitialize(); #endif //COMPILE_ON_WINDOWS -#ifdef COMPILE_KDE_SUPPORT +#ifdef COMPILE_TDE_SUPPORT TQString tmp = TQDir::homeDirPath(); KviTQString::ensureLastCharIs(tmp,KVI_PATH_SEPARATOR_CHAR); tmp.append("Desktop"); @@ -864,7 +864,7 @@ void KviSetupWizard::makeLink() "X-KDE-SubstituteUID=false\n"; KviFileUtils::writeFile(tmp,contents,false); -#endif //COMPILE_KDE_SUPPORT +#endif //COMPILE_TDE_SUPPORT } @@ -1010,7 +1010,7 @@ void KviSetupWizard::accept() symlink(TQTextCodec::codecForLocale()->fromUnicode(g_pApp->m_szGlobalKvircDir).data(),TQTextCodec::codecForLocale()->fromUnicode(localPath).data()); #endif -#ifdef COMPILE_KDE_SUPPORT +#ifdef COMPILE_TDE_SUPPORT if(m_pCreateDesktopShortcut->isChecked()) makeLink(); #endif |