Replaced occurences of 'KDE' with 'TDE'

Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
pull/24/head
Mavridis Philippe 3 years ago
parent c3278e0e46
commit 024c7981e2
No known key found for this signature in database
GPG Key ID: F8D2D7E2F989A494

@ -9,7 +9,7 @@
* (at your option) any later version. *
***************************************************************************/
// Do not introduce any TQt or KDE dependencies into the "CT"-prefixed classes.
// Do not introduce any TQt or TDE dependencies into the "CT"-prefixed classes.
// I want to be able to reuse these classes with another GUI toolkit. -GM 11/99
#include "ctcron.h"

@ -12,7 +12,7 @@
#ifndef CTCRON_H
#define CTCRON_H
// Do not introduce any TQt or KDE dependencies into the "CT"-prefixed classes.
// Do not introduce any TQt or TDE dependencies into the "CT"-prefixed classes.
// I want to be able to reuse these classes with another GUI toolkit. -GM 11/99
#include <vector>

@ -9,7 +9,7 @@
* (at your option) any later version. *
***************************************************************************/
// Do not introduce any TQt or KDE dependencies into the "CT"-prefixed classes.
// Do not introduce any TQt or TDE dependencies into the "CT"-prefixed classes.
// I want to be able to reuse these classes with another GUI toolkit. -GM 11/99
#include "ctdom.h"

@ -12,7 +12,7 @@
#ifndef CTDOM_H
#define CTDOM_H
// Do not introduce any TQt or KDE dependencies into the "CT"-prefixed classes.
// Do not introduce any TQt or TDE dependencies into the "CT"-prefixed classes.
// I want to be able to reuse these classes with another GUI toolkit. -GM 11/99
#include "ctunit.h"

@ -9,7 +9,7 @@
* (at your option) any later version. *
***************************************************************************/
// Do not introduce any TQt or KDE dependencies into the "CT"-prefixed classes.
// Do not introduce any TQt or TDE dependencies into the "CT"-prefixed classes.
// I want to be able to reuse these classes with another GUI toolkit. -GM 11/99
#include "ctdow.h"

@ -12,7 +12,7 @@
#ifndef CTDOW_H
#define CTDOW_H
// Do not introduce any TQt or KDE dependencies into the "CT"-prefixed classes.
// Do not introduce any TQt or TDE dependencies into the "CT"-prefixed classes.
// I want to be able to reuse these classes with another GUI toolkit. -GM 11/99
#include "ctunit.h"

@ -10,7 +10,7 @@
* (at your option) any later version. *
***************************************************************************/
// Do not introduce any TQt or KDE dependencies into the "CT"-prefixed classes.
// Do not introduce any TQt or TDE dependencies into the "CT"-prefixed classes.
// I want to be able to reuse these classes with another GUI toolkit. -GM 11/99
#include "cthost.h"

@ -12,7 +12,7 @@
#ifndef CTHOST_H
#define CTHOST_H
// Do not introduce any TQt or KDE dependencies into the "CT"-prefixed classes.
// Do not introduce any TQt or TDE dependencies into the "CT"-prefixed classes.
// I want to be able to reuse these classes with another GUI toolkit. -GM 11/99
#include <vector>

@ -12,7 +12,7 @@
#ifndef CTHOUR_H
#define CTHOUR_H
// Do not introduce any TQt or KDE dependencies into the "CT"-prefixed classes.
// Do not introduce any TQt or TDE dependencies into the "CT"-prefixed classes.
// I want to be able to reuse these classes with another GUI toolkit. -GM 11/99
#include "ctunit.h"

@ -12,13 +12,13 @@
#ifndef CTI18N_H
#define CTI18N_H
// Do not introduce any TQt or KDE dependencies into the "CT"-prefixed classes.
// Do not introduce any TQt or TDE dependencies into the "CT"-prefixed classes.
// I want to be able to reuse these classes with another GUI toolkit. -GM 11/99
//
// Note: I do make an exception to the above rule for this file, as it is
// necessary to support internationalization.
//
// Regardless, please don't introduce any other TQt or KDE dependencies here.
// Regardless, please don't introduce any other TQt or TDE dependencies here.
// -GM 11/99
#include <tdelocale.h>

@ -12,7 +12,7 @@
#ifndef CTMINUTE_H
#define CTMINUTE_H
// Do not introduce any TQt or KDE dependencies into the "CT"-prefixed classes.
// Do not introduce any TQt or TDE dependencies into the "CT"-prefixed classes.
// I want to be able to reuse these classes with another GUI toolkit. -GM 11/99
#include "ctunit.h"

@ -9,7 +9,7 @@
* (at your option) any later version. *
***************************************************************************/
// Do not introduce any TQt or KDE dependencies into the "CT"-prefixed classes.
// Do not introduce any TQt or TDE dependencies into the "CT"-prefixed classes.
// I want to be able to reuse these classes with another GUI toolkit. -GM 11/99
#include "ctmonth.h"

@ -12,7 +12,7 @@
#ifndef CTMONTH_H
#define CTMONTH_H
// Do not introduce any TQt or KDE dependencies into the "CT"-prefixed classes.
// Do not introduce any TQt or TDE dependencies into the "CT"-prefixed classes.
// I want to be able to reuse these classes with another GUI toolkit. -GM 11/99
#include "ctunit.h"

@ -9,7 +9,7 @@
* (at your option) any later version. *
***************************************************************************/
// Do not introduce any TQt or KDE dependencies into the "CT"-prefixed classes.
// Do not introduce any TQt or TDE dependencies into the "CT"-prefixed classes.
// I want to be able to reuse these classes with another GUI toolkit. -GM 11/99
#include "cttask.h"

@ -12,7 +12,7 @@
#ifndef CTTASK_H
#define CTTASK_H
// Do not introduce any TQt or KDE dependencies into the "CT"-prefixed classes.
// Do not introduce any TQt or TDE dependencies into the "CT"-prefixed classes.
// I want to be able to reuse these classes with another GUI toolkit. -GM 11/99
#include <string>

@ -9,7 +9,7 @@
* (at your option) any later version. *
***************************************************************************/
// Do not introduce any TQt or KDE dependencies into the "CT"-prefixed classes.
// Do not introduce any TQt or TDE dependencies into the "CT"-prefixed classes.
// I want to be able to reuse these classes with another GUI toolkit. -GM 11/99
#include "cti18n.h"

@ -12,7 +12,7 @@
#ifndef CTUNIT_H
#define CTUNIT_H
// Do not introduce any TQt or KDE dependencies into the "CT"-prefixed classes.
// Do not introduce any TQt or TDE dependencies into the "CT"-prefixed classes.
// I want to be able to reuse these classes with another GUI toolkit. -GM 11/99
#include <string>

@ -9,7 +9,7 @@
* (at your option) any later version. *
***************************************************************************/
// Do not introduce any TQt or KDE dependencies into the "CT"-prefixed classes.
// Do not introduce any TQt or TDE dependencies into the "CT"-prefixed classes.
// I want to be able to reuse these classes with another GUI toolkit. -GM 11/99
#include "ctvariable.h"

@ -12,7 +12,7 @@
#ifndef CTVARIABLE_H
#define CTVARIABLE_H
// Do not introduce any TQt or KDE dependencies into the "CT"-prefixed classes.
// Do not introduce any TQt or TDE dependencies into the "CT"-prefixed classes.
// I want to be able to reuse these classes with another GUI toolkit. -GM 11/99
#include <string>

@ -66,7 +66,7 @@ Klamav::Klamav()
EnableFreshklam->plug(conf_menu);
DisableFreshklam->plug(conf_menu);
TQToolTip::add( _tray, i18n( "KlamAV - Virus Protection for KDE" ) );
TQToolTip::add( _tray, i18n( "KlamAV - Virus Protection for TDE" ) );
_tray->show();
DisableFreshklam->setEnabled(FALSE);

@ -10,7 +10,7 @@
#include <kuniqueapplication.h>
static const char *description =
I18N_NOOP("KlamAV - Virus Protection for KDE");
I18N_NOOP("KlamAV - Virus Protection for TDE");
static const char *version = KLAMAV_VERSION;
//static const char title[] = "KlamAV";

@ -55,7 +55,7 @@ Schedule::Schedule( TQWidget* parent, TQStringList filepattern, const char* name
check_combo = new TQComboBox(false, group);
check_combo->insertItem( i18n("When I log in to KDE"));
check_combo->insertItem( i18n("When I log in to TDE"));
check_combo->insertItem( i18n("Every day at "));
check_combo->insertItem( i18n("Every day at the current time"));
check_combo->insertItem( i18n("Every week from now on at the current time"));
@ -202,9 +202,9 @@ void Schedule::slotScheduleScan()
cttask->user = "";
if (command.contains(i18n("When I log in to KDE")) ){
if (command.contains(i18n("When I log in to TDE")) ){
TQString startupcommand = createStartupScript();
cttask->comment = (const char *)i18n("KlamAV Scheduled Scan at KDE Login of %1").arg(_filepattern.join(" ")).local8Bit();
cttask->comment = (const char *)i18n("KlamAV Scheduled Scan at TDE Login of %1").arg(_filepattern.join(" ")).local8Bit();
cttask->command = (const char *)TQString("%1").arg(startupcommand).local8Bit();
cttask->enabled = FALSE;
@ -428,34 +428,34 @@ TQString Schedule::createStartupScript()
ts << "DocPath=klamav/klamav.html" << "\n";
ts << "Comment=An Anti-Virus Manager" << "\n";
ts << "Comment[cs]=Aplikace typu KPart" << "\n";
ts << "Comment[da]=Et KDE KPart program" << "\n";
ts << "Comment[de]=Ein KDE-Programm" << "\n";
ts << "Comment[el]=Μια εφαρμογή KDE KPart" << "\n";
ts << "Comment[eo]=KDEa Parto-aplikaĵo" << "\n";
ts << "Comment[es]=Una aplicación KPart para KDE" << "\n";
ts << "Comment[et]=KDE KPart rakendus" << "\n";
ts << "Comment[fi]=KDE KPart sovellus" << "\n";
ts << "Comment[fr]=Une Application KPart pour KDE" << "\n";
ts << "Comment[he]=KDE לש KPart םושיי" << "\n";
ts << "Comment[hu]=Egy KDE KPart tesztalkalmazás" << "\n";
ts << "Comment[is]=KDE KPart forrit" << "\n";
ts << "Comment[it]=Un'applicazione \"part\" di KDE" << "\n";
ts << "Comment[ja]=KDE KPart アプリケーション" << "\n";
ts << "Comment[ko]=KDE용 KPart 응용 프로그램" << "\n";
ts << "Comment[lv]=KDE KPart Aplikācija" << "\n";
ts << "Comment[nl]=een KDE KPart-applicatie" << "\n";
ts << "Comment[no_NY]=Eit KDE KPart-program" << "\n";
ts << "Comment[da]=Et TDE KPart program" << "\n";
ts << "Comment[de]=Ein TDE-Programm" << "\n";
ts << "Comment[el]=Μια εφαρμογή TDE KPart" << "\n";
ts << "Comment[eo]=TDEa Parto-aplikaĵo" << "\n";
ts << "Comment[es]=Una aplicación KPart para TDE" << "\n";
ts << "Comment[et]=TDE KPart rakendus" << "\n";
ts << "Comment[fi]=TDE KPart sovellus" << "\n";
ts << "Comment[fr]=Une Application KPart pour TDE" << "\n";
ts << "Comment[he]=TDE לש KPart םושיי" << "\n";
ts << "Comment[hu]=Egy TDE KPart tesztalkalmazás" << "\n";
ts << "Comment[is]=TDE KPart forrit" << "\n";
ts << "Comment[it]=Un'applicazione \"part\" di TDE" << "\n";
ts << "Comment[ja]=TDE KPart アプリケーション" << "\n";
ts << "Comment[ko]=TDE용 KPart 응용 프로그램" << "\n";
ts << "Comment[lv]=TDE KPart Aplikācija" << "\n";
ts << "Comment[nl]=een TDE KPart-applicatie" << "\n";
ts << "Comment[no_NY]=Eit TDE KPart-program" << "\n";
ts << "Comment[pt]=Uma aplicação KPart" << "\n";
ts << "Comment[pt_BR]=Uma aplicação KPart do KDE" << "\n";
ts << "Comment[ro]=O aplicaţie KPart pentru KDE" << "\n";
ts << "Comment[ru]=Приложение KPart KDE" << "\n";
ts << "Comment[sk]=KDE KPart aplikácia" << "\n";
ts << "Comment[sl]=Program za KDE KPart" << "\n";
ts << "Comment[sr]=KDE KPart aplikacija" << "\n";
ts << "Comment[sv]=Ett KDE KPart-program" << "\n";
ts << "Comment[tr]=KDE Kpart Uygulaması" << "\n";
ts << "Comment[uk]=Програма KPart для KDE" << "\n";
ts << "Comment[zh_CN.GB2312]=KDE KPart程序" << "\n";
ts << "Comment[pt_BR]=Uma aplicação KPart do TDE" << "\n";
ts << "Comment[ro]=O aplicaţie KPart pentru TDE" << "\n";
ts << "Comment[ru]=Приложение KPart TDE" << "\n";
ts << "Comment[sk]=TDE KPart aplikácia" << "\n";
ts << "Comment[sl]=Program za TDE KPart" << "\n";
ts << "Comment[sr]=TDE KPart aplikacija" << "\n";
ts << "Comment[sv]=Ett TDE KPart-program" << "\n";
ts << "Comment[tr]=TDE Kpart Uygulaması" << "\n";
ts << "Comment[uk]=Програма KPart для TDE" << "\n";
ts << "Comment[zh_CN.GB2312]=TDE KPart程序" << "\n";
ts << "Terminal=0" << "\n";
file.close();

@ -222,7 +222,7 @@ void KlamavUpdate::downloadComponent(TQString component, TQString version, TQStr
// arkollonproc->setEnvironment("PATH",homedir+"/.klamav/bin:" + curpath);
KMessageBox::information (this,i18n( "<p><b>If this the first time you've compiled software then here are a few useful tips:</b><br>"
"1. Any error messages in the log file with the words 'KDE', 'TQt','curl' or 'X' in them mean that you need to install "
"1. Any error messages in the log file with the words 'TDE', 'TQt','curl' or 'X' in them mean that you need to install "
"the appropriate development libraries.<br>"
"2. Any package provided by your distribution with 'lib' or 'devel' in the name is a development library, e.g. qt-devel, libkde.<br>"
"3. If you encounter errors installing Dazuko, just deselect it at installation time and try the instructions at www.dazuko.org.<br>"

Loading…
Cancel
Save