summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--klaptopdaemon/acpi.cpp2
-rw-r--r--klaptopdaemon/apm.cpp2
-rw-r--r--klaptopdaemon/portable.cpp2
3 files changed, 3 insertions, 3 deletions
diff --git a/klaptopdaemon/acpi.cpp b/klaptopdaemon/acpi.cpp
index efcdd67..27125dd 100644
--- a/klaptopdaemon/acpi.cpp
+++ b/klaptopdaemon/acpi.cpp
@@ -130,7 +130,7 @@ AcpiConfig::AcpiConfig (TQWidget * parent, const char *name)
"application set up to help change ACPI states, there are two "
"ways you can enable this application, either make the file "
"/proc/acpi/sleep writeable by anyone every time your system boots "
- "or use the button below to make the KDE ACPI helper application "
+ "or use the button below to make the TDE ACPI helper application "
"set-uid root"), this );
tmp_label->setAlignment( TQt::WordBreak );
top_layout->addWidget( tmp_label );
diff --git a/klaptopdaemon/apm.cpp b/klaptopdaemon/apm.cpp
index 2ce09fa..a7cb189 100644
--- a/klaptopdaemon/apm.cpp
+++ b/klaptopdaemon/apm.cpp
@@ -123,7 +123,7 @@ ApmConfig::ApmConfig (TQWidget * parent, const char *name)
connect( enableSoftwareSuspendHibernate, TQT_SIGNAL(clicked()), this, TQT_SLOT(configChanged()) );
tmp_label = new TQLabel( i18n("If the above box is disabled then you need to be logged in "
"as root or need a helper application to invoke the Software "
- "Suspend utility - KDE provides a utility to do this, if you "
+ "Suspend utility - TDE provides a utility to do this, if you "
"wish to use it you must make it set-uid root, the button "
"below will do this for you"), this );
tmp_label->setAlignment( TQt::WordBreak );
diff --git a/klaptopdaemon/portable.cpp b/klaptopdaemon/portable.cpp
index bfaa787..7b32946 100644
--- a/klaptopdaemon/portable.cpp
+++ b/klaptopdaemon/portable.cpp
@@ -2863,7 +2863,7 @@ int laptop_portable::has_hibernation()
//
KActiveLabel *laptop_portable::no_power_management_explanation(TQWidget *parent)
{
- KActiveLabel* explain = new KActiveLabel(i18n("Your computer or operating system is not supported by the current version of the\nKDE laptop control panels. If you want help porting these panels to work with it\nplease contact [email protected]."), parent);
+ KActiveLabel* explain = new KActiveLabel(i18n("Your computer or operating system is not supported by the current version of the\nTDE laptop control panels. If you want help porting these panels to work with it\nplease contact [email protected]."), parent);
// INSERT HERE
return(explain);
}