summaryrefslogtreecommitdiffstats
path: root/tdeprint/management
diff options
context:
space:
mode:
authorDarrell Anderson <humanreadable@yahoo.com>2012-05-10 13:03:38 -0500
committerDarrell Anderson <humanreadable@yahoo.com>2012-05-10 13:03:38 -0500
commit8500fd304d11f6b2c850a57d2ce436f7a98bb513 (patch)
tree3d6bd70da0e76d1b4df1559648e5f09a7ece810c /tdeprint/management
parentb316b4a3bfd6fd9937c7166e052ad1d813459f2d (diff)
downloadtdelibs-8500fd304d11f6b2c850a57d2ce436f7a98bb513.tar.gz
tdelibs-8500fd304d11f6b2c850a57d2ce436f7a98bb513.zip
Branding cleanup: KDE print -> TDE Print.
Diffstat (limited to 'tdeprint/management')
-rw-r--r--tdeprint/management/kaddprinterwizard.cpp2
-rw-r--r--tdeprint/management/kmconfigdialog.cpp2
-rw-r--r--tdeprint/management/kmconfiggeneral.cpp2
-rw-r--r--tdeprint/management/kmjobviewer.h6
-rw-r--r--tdeprint/management/kmmainview.cpp4
-rw-r--r--tdeprint/management/kmmainview.h6
-rw-r--r--tdeprint/management/kmprinterpage.h6
-rw-r--r--tdeprint/management/kmtimer.h6
-rw-r--r--tdeprint/management/kmwinfopage.cpp4
9 files changed, 18 insertions, 20 deletions
diff --git a/tdeprint/management/kaddprinterwizard.cpp b/tdeprint/management/kaddprinterwizard.cpp
index 5ce4ca2f7..46b3a73fa 100644
--- a/tdeprint/management/kaddprinterwizard.cpp
+++ b/tdeprint/management/kaddprinterwizard.cpp
@@ -7,7 +7,7 @@
static KCmdLineOptions options[] =
{
- { "kdeconfig", I18N_NOOP("Configure KDE Print"), 0 },
+ { "kdeconfig", I18N_NOOP("Configure TDE Print"), 0 },
{ "serverconfig", I18N_NOOP("Configure print server"), 0 },
KCmdLineLastOption
};
diff --git a/tdeprint/management/kmconfigdialog.cpp b/tdeprint/management/kmconfigdialog.cpp
index 3bd89a751..d26b2082d 100644
--- a/tdeprint/management/kmconfigdialog.cpp
+++ b/tdeprint/management/kmconfigdialog.cpp
@@ -35,7 +35,7 @@
#include <kconfig.h>
KMConfigDialog::KMConfigDialog(TQWidget *parent, const char *name)
-: KDialogBase(IconList,i18n("KDE Print Configuration"),Ok|Cancel,Ok,parent,name,true,true)
+: KDialogBase(IconList,i18n("TDE Print Configuration"),Ok|Cancel,Ok,parent,name,true,true)
{
m_pages.setAutoDelete(false);
addConfigPage(new KMConfigGeneral(this));
diff --git a/tdeprint/management/kmconfiggeneral.cpp b/tdeprint/management/kmconfiggeneral.cpp
index 40d187c3c..2298d7485 100644
--- a/tdeprint/management/kmconfiggeneral.cpp
+++ b/tdeprint/management/kmconfiggeneral.cpp
@@ -51,7 +51,7 @@ KMConfigGeneral::KMConfigGeneral(TQWidget *parent)
m_timer->setSuffix( i18n( " sec" ) );
m_timer->setSpecialValueText(i18n("Disabled"));
TQWhatsThis::add(m_timer, i18n("This time setting controls the refresh rate of various "
- "<b>KDE Print</b> components like the print manager "
+ "<b>TDE Print</b> components like the print manager "
"and the job viewer."));
TQGroupBox *m_testpagebox = new TQGroupBox(0, Qt::Vertical, i18n("Test Page"), this);
diff --git a/tdeprint/management/kmjobviewer.h b/tdeprint/management/kmjobviewer.h
index 20f07976f..1dca024a8 100644
--- a/tdeprint/management/kmjobviewer.h
+++ b/tdeprint/management/kmjobviewer.h
@@ -21,7 +21,7 @@
#define KMJOBVIEWER_H
#if !defined( _TDEPRINT_COMPILE ) && defined( __GNUC__ )
-#warning internal header, do not use except if you are a KDEPrint developer
+#warning internal header, do not use except if you are a TDEPrint developer
#endif
#include <kmainwindow.h>
@@ -41,9 +41,9 @@ class TQCheckBox;
/**
* @internal
- * This class is internal to KDEPrint and is not intended to be
+ * This class is internal to TDEPrint and is not intended to be
* used outside it. Please do not make use of this header, except
- * if you're a KDEPrint developer. The API might change in the
+ * if you're a TDEPrint developer. The API might change in the
* future and binary compatibility might be broken.
*/
class TDEPRINT_EXPORT KMJobViewer : public KMainWindow, public KMPrinterPage, public KPReloadObject
diff --git a/tdeprint/management/kmmainview.cpp b/tdeprint/management/kmmainview.cpp
index 18da21080..5f7e35b4d 100644
--- a/tdeprint/management/kmmainview.cpp
+++ b/tdeprint/management/kmmainview.cpp
@@ -227,8 +227,8 @@ void KMMainView::initActions()
tact->setChecked(KMManager::self()->isFilterEnabled());
connect(tact, TQT_SIGNAL(toggled(bool)), TQT_SLOT(slotToggleFilter(bool)));
- new KAction( i18n( "%1 &Handbook" ).arg( "KDEPrint" ), "contents", 0, TQT_TQOBJECT(this), TQT_SLOT( slotHelp() ), m_actions, "invoke_help" );
- new KAction( i18n( "%1 &Web Site" ).arg( "KDEPrint" ), "network", 0, TQT_TQOBJECT(this), TQT_SLOT( slotHelp() ), m_actions, "invoke_web" );
+ new KAction( i18n( "%1 &Handbook" ).arg( "TDEPrint" ), "contents", 0, TQT_TQOBJECT(this), TQT_SLOT( slotHelp() ), m_actions, "invoke_help" );
+ new KAction( i18n( "%1 &Web Site" ).arg( "TDEPrint" ), "network", 0, TQT_TQOBJECT(this), TQT_SLOT( slotHelp() ), m_actions, "invoke_web" );
KActionMenu *mact = new KActionMenu(i18n("Pri&nter Tools"), "package_utilities", m_actions, "printer_tool");
mact->setDelayed(false);
diff --git a/tdeprint/management/kmmainview.h b/tdeprint/management/kmmainview.h
index dea30d8ff..7ed53a5c8 100644
--- a/tdeprint/management/kmmainview.h
+++ b/tdeprint/management/kmmainview.h
@@ -21,7 +21,7 @@
#define KMMAINVIEW_H
#if !defined( _TDEPRINT_COMPILE ) && defined( __GNUC__ )
-#warning internal header, do not use except if you are a KDEPrint developer
+#warning internal header, do not use except if you are a TDEPrint developer
#endif
#include <tqwidget.h>
@@ -45,9 +45,9 @@ class TQMenuBar;
/**
* @internal
- * This class is internal to KDEPrint and is not intended to be
+ * This class is internal to TDEPrint and is not intended to be
* used outside it. Please do not make use of this header, except
- * if you're a KDEPrint developer. The API might change in the
+ * if you're a TDEPrint developer. The API might change in the
* future and binary compatibility might be broken.
*/
class TDEPRINT_EXPORT KMMainView : public TQWidget, public KPReloadObject
diff --git a/tdeprint/management/kmprinterpage.h b/tdeprint/management/kmprinterpage.h
index 44d12e356..6271d787a 100644
--- a/tdeprint/management/kmprinterpage.h
+++ b/tdeprint/management/kmprinterpage.h
@@ -21,16 +21,16 @@
#define KMPRINTERPAGE_H
#if !defined( _TDEPRINT_COMPILE ) && defined( __GNUC__ )
-#warning internal header, do not use except if you are a KDEPrint developer
+#warning internal header, do not use except if you are a TDEPrint developer
#endif
class KMPrinter;
/**
* @internal
- * This class is internal to KDEPrint and is not intended to be
+ * This class is internal to TDEPrint and is not intended to be
* used outside it. Please do not make use of this header, except
- * if you're a KDEPrint developer. The API might change in the
+ * if you're a TDEPrint developer. The API might change in the
* future and binary compatibility might be broken.
*/
class KMPrinterPage
diff --git a/tdeprint/management/kmtimer.h b/tdeprint/management/kmtimer.h
index d6b21c057..0c2e0169a 100644
--- a/tdeprint/management/kmtimer.h
+++ b/tdeprint/management/kmtimer.h
@@ -21,7 +21,7 @@
#define KMTIMER_H
#if !defined( _TDEPRINT_COMPILE ) && defined( __GNUC__ )
-#warning internal header, do not use except if you are a KDEPrint developer
+#warning internal header, do not use except if you are a TDEPrint developer
#endif
#include <tqtimer.h>
@@ -29,9 +29,9 @@
/**
* @internal
- * This class is internal to KDEPrint and is not intended to be
+ * This class is internal to TDEPrint and is not intended to be
* used outside it. Please do not make use of this header, except
- * if you're a KDEPrint developer. The API might change in the
+ * if you're a TDEPrint developer. The API might change in the
* future and binary compatibility might be broken.
*/
class TDEPRINT_EXPORT KMTimer : public TQTimer
diff --git a/tdeprint/management/kmwinfopage.cpp b/tdeprint/management/kmwinfopage.cpp
index 1e9652e93..fd9e92697 100644
--- a/tdeprint/management/kmwinfopage.cpp
+++ b/tdeprint/management/kmwinfopage.cpp
@@ -39,9 +39,7 @@ KMWInfoPage::KMWInfoPage(TQWidget *parent, const char *name)
"It will guide you through the various steps of the process of installing "
"and configuring a printer for your printing system. At each step, you "
"can always go back using the <b>Back</b> button.</p><br>"
- "<p>We hope you'll enjoy this tool!</p><br>"
- "<p align=right><a href=\"http://printing.kde.org\"><i>"
- "The KDE printing team</i></a>.</p>"));
+ "<p>We hope you enjoy this tool!</p><br>"));
TQVBoxLayout *main_ = new TQVBoxLayout(this, 0, 0);
main_->addWidget(m_label);