From fa08973aeb1182c027c216380f1eca4fc795a3c2 Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Thu, 9 Jan 2014 14:13:18 -0600 Subject: Branding cleanup. --- src/Makefile.am | 2 +- src/main.cpp | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'src') diff --git a/src/Makefile.am b/src/Makefile.am index 525455c..86b2c07 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,4 +1,4 @@ -# set the include path for X, qt and KDE +# set the include path for X, qt and TDE INCLUDES = $(all_includes) # these are the headers for your project diff --git a/src/main.cpp b/src/main.cpp index e670705..035b0fc 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -24,13 +24,13 @@ #include "lmsensorsdock.h" static const char *description = - I18N_NOOP("KSensors - A nice lmsensors frontend for KDE"); + I18N_NOOP("KSensors - A nice lmsensors frontend for TDE"); // INSERT A DESCRIPTION FOR YOUR APPLICATION HERE static TDECmdLineOptions options[] = { - { "nodock", I18N_NOOP("Don't dock in KDE system tray."), 0 }, + { "nodock", I18N_NOOP("Don't dock in TDE system tray."), 0 }, { "splash", I18N_NOOP("Show splash screen."), 0 }, { 0, 0, 0 } // INSERT YOUR COMMANDLINE OPTIONS HERE -- cgit v1.2.1