summaryrefslogtreecommitdiffstats
path: root/twin-styles/kde1/kde1client.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-09-29 01:21:58 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2014-09-29 01:21:58 -0500
commit54e824664fbb115686c390082459c1b66d606905 (patch)
treefd18434509f44a55444778469da62acc761f9514 /twin-styles/kde1/kde1client.cpp
parent623deae25963f155f0c10011e59b10e857c0db18 (diff)
downloadtdeartwork-54e824664fbb115686c390082459c1b66d606905.tar.gz
tdeartwork-54e824664fbb115686c390082459c1b66d606905.zip
Rename remaining KDE strings to TDE, with the exception of a couple of build variables
Diffstat (limited to 'twin-styles/kde1/kde1client.cpp')
-rw-r--r--twin-styles/kde1/kde1client.cpp14
1 files changed, 7 insertions, 7 deletions
diff --git a/twin-styles/kde1/kde1client.cpp b/twin-styles/kde1/kde1client.cpp
index e45313f3..a24933a8 100644
--- a/twin-styles/kde1/kde1client.cpp
+++ b/twin-styles/kde1/kde1client.cpp
@@ -1,5 +1,5 @@
/*****************************************************************
-twin - the KDE window manager
+twin - the TDE window manager
Copyright (C) 1999, 2000 Matthias Ettrich <ettrich@kde.org>
******************************************************************/
@@ -23,7 +23,7 @@ Copyright (C) 1999, 2000 Matthias Ettrich <ettrich@kde.org>
const char default_left[] = "MS";
const char default_right[] = "H_IAX";
-namespace KDE1
+namespace TDE1
{
TQPixmap* close_pix = 0;
@@ -254,7 +254,7 @@ void StdClient::init()
TQGridLayout* g = new TQGridLayout( widget(), 0, 0, 3, 2 );
g->setRowStretch( 1, 10 );
if( isPreview())
- g->addWidget( new TQLabel( i18n( "<center><b>KDE 1 preview</b></center>" ), widget()), 1, 1 );
+ g->addWidget( new TQLabel( i18n( "<center><b>TDE 1 preview</b></center>" ), widget()), 1, 1 );
else
g->addItem( new TQSpacerItem( 0, 0 ), 1, 1 ); //no widget in the middle
g->addItem( new TQSpacerItem( 0, 0, TQSizePolicy::Fixed, TQSizePolicy::Expanding ) );
@@ -603,7 +603,7 @@ void StdToolClient::init()
TQGridLayout* g = new TQGridLayout( widget(), 0, 0, 2 );
g->setRowStretch( 1, 10 );
if( isPreview())
- g->addWidget( new TQLabel( i18n( "<center><b>KDE 1 decoration</b></center>" ), widget()), 1, 1 );
+ g->addWidget( new TQLabel( i18n( "<center><b>TDE 1 decoration</b></center>" ), widget()), 1, 1 );
else
g->addItem( new TQSpacerItem( 0, 0 ), 1, 1 ); //no widget in the middle
g->addItem( new TQSpacerItem( 0, 0, TQSizePolicy::Fixed, TQSizePolicy::Expanding ) );
@@ -768,8 +768,8 @@ bool StdFactory::reset( unsigned long mask )
needHardReset = true;
if( mask & ( SettingFont | SettingColors )) {
- KDE1::delete_pixmaps();
- KDE1::create_pixmaps();
+ TDE1::delete_pixmaps();
+ TDE1::create_pixmaps();
}
if( !needHardReset )
@@ -802,7 +802,7 @@ extern "C"
{
KDE_EXPORT KDecorationFactory *create_factory()
{
- return new KDE1::StdFactory();
+ return new TDE1::StdFactory();
}
}