summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/ctcron.cpp2
-rw-r--r--src/ctcron.h2
-rw-r--r--src/ctdom.cpp2
-rw-r--r--src/ctdom.h2
-rw-r--r--src/ctdow.cpp2
-rw-r--r--src/ctdow.h2
-rw-r--r--src/cthost.cpp2
-rw-r--r--src/cthost.h2
-rw-r--r--src/cthour.h2
-rw-r--r--src/cti18n.h4
-rw-r--r--src/ctminute.h2
-rw-r--r--src/ctmonth.cpp2
-rw-r--r--src/ctmonth.h2
-rw-r--r--src/cttask.cpp2
-rw-r--r--src/cttask.h2
-rw-r--r--src/ctunit.cpp2
-rw-r--r--src/ctunit.h2
-rw-r--r--src/ctvariable.cpp2
-rw-r--r--src/ctvariable.h2
-rw-r--r--src/klamav.cpp2
-rw-r--r--src/main.cpp2
-rw-r--r--src/schedule.cpp60
-rw-r--r--src/update.cpp2
23 files changed, 53 insertions, 53 deletions
diff --git a/src/ctcron.cpp b/src/ctcron.cpp
index d8b5893..21eb85b 100644
--- a/src/ctcron.cpp
+++ b/src/ctcron.cpp
@@ -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"
diff --git a/src/ctcron.h b/src/ctcron.h
index 4843dfc..b74b0be 100644
--- a/src/ctcron.h
+++ b/src/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>
diff --git a/src/ctdom.cpp b/src/ctdom.cpp
index 223523a..61ce878 100644
--- a/src/ctdom.cpp
+++ b/src/ctdom.cpp
@@ -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"
diff --git a/src/ctdom.h b/src/ctdom.h
index daadd1f..3466050 100644
--- a/src/ctdom.h
+++ b/src/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"
diff --git a/src/ctdow.cpp b/src/ctdow.cpp
index b4e5ae7..7dfb23b 100644
--- a/src/ctdow.cpp
+++ b/src/ctdow.cpp
@@ -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"
diff --git a/src/ctdow.h b/src/ctdow.h
index 8616185..d8a916d 100644
--- a/src/ctdow.h
+++ b/src/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"
diff --git a/src/cthost.cpp b/src/cthost.cpp
index 77d72c3..f86696f 100644
--- a/src/cthost.cpp
+++ b/src/cthost.cpp
@@ -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"
diff --git a/src/cthost.h b/src/cthost.h
index f76f0b1..5a1c203 100644
--- a/src/cthost.h
+++ b/src/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>
diff --git a/src/cthour.h b/src/cthour.h
index f11d0f8..9e08e23 100644
--- a/src/cthour.h
+++ b/src/cthour.h
@@ -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"
diff --git a/src/cti18n.h b/src/cti18n.h
index 7cea13a..2e04549 100644
--- a/src/cti18n.h
+++ b/src/cti18n.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>
diff --git a/src/ctminute.h b/src/ctminute.h
index 1f1c7ad..5d6bef3 100644
--- a/src/ctminute.h
+++ b/src/ctminute.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"
diff --git a/src/ctmonth.cpp b/src/ctmonth.cpp
index a250718..9a051b9 100644
--- a/src/ctmonth.cpp
+++ b/src/ctmonth.cpp
@@ -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"
diff --git a/src/ctmonth.h b/src/ctmonth.h
index 048dd78..6a7e26e 100644
--- a/src/ctmonth.h
+++ b/src/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"
diff --git a/src/cttask.cpp b/src/cttask.cpp
index bd57968..6744cbe 100644
--- a/src/cttask.cpp
+++ b/src/cttask.cpp
@@ -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"
diff --git a/src/cttask.h b/src/cttask.h
index 67672c8..7671117 100644
--- a/src/cttask.h
+++ b/src/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>
diff --git a/src/ctunit.cpp b/src/ctunit.cpp
index 8284b33..56165e3 100644
--- a/src/ctunit.cpp
+++ b/src/ctunit.cpp
@@ -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"
diff --git a/src/ctunit.h b/src/ctunit.h
index df49472..c3c5e4c 100644
--- a/src/ctunit.h
+++ b/src/ctunit.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>
diff --git a/src/ctvariable.cpp b/src/ctvariable.cpp
index 6777341..5e26b23 100644
--- a/src/ctvariable.cpp
+++ b/src/ctvariable.cpp
@@ -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"
diff --git a/src/ctvariable.h b/src/ctvariable.h
index 11d8af1..f25c0a6 100644
--- a/src/ctvariable.h
+++ b/src/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>
diff --git a/src/klamav.cpp b/src/klamav.cpp
index f791958..ab7d7a7 100644
--- a/src/klamav.cpp
+++ b/src/klamav.cpp
@@ -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);
diff --git a/src/main.cpp b/src/main.cpp
index ed0869b..5e3f348 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -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";
diff --git a/src/schedule.cpp b/src/schedule.cpp
index 4ad3532..5beed95 100644
--- a/src/schedule.cpp
+++ b/src/schedule.cpp
@@ -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();
diff --git a/src/update.cpp b/src/update.cpp
index 8ee0ad4..2e8d8a4 100644
--- a/src/update.cpp
+++ b/src/update.cpp
@@ -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>"