summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-07 20:20:31 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-11-07 20:20:31 -0600
commit77cbe430ead185da23627e122c4bea1892af8c6a (patch)
tree7445118688b25d343754613ed740d3b2ca1b43f0
parent17b062f3bf8e01cf471380a782e428849af0542b (diff)
downloadtde-style-qtcurve-77cbe430.tar.gz
tde-style-qtcurve-77cbe430.zip
Rename kwin to twin (part 1 of 2)
-rw-r--r--ChangeLog2
-rw-r--r--style/qtcurve.cpp6
2 files changed, 4 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index d66ae34..310e813 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -49,7 +49,7 @@
1.3.0
-----
-1. Add option to use kwin titlebar colours as menubar shade.
+1. Add option to use twin titlebar colours as menubar shade.
2. Fix(?) compilation of config module.
3. Dont use KStandardDirs to create config folder.
4. Use 'kde' to disable parent-less dialog fix for all KDE applications.
diff --git a/style/qtcurve.cpp b/style/qtcurve.cpp
index 6661d3b..d2d7da5 100644
--- a/style/qtcurve.cpp
+++ b/style/qtcurve.cpp
@@ -7943,7 +7943,7 @@ const TQColor * TQtCurveStyle::getMdiColors(const TQColorGroup &cg, bool active)
itsActiveMdiTextColor=cg.text();
itsMdiTextColor=cg.text();
- // Try to read kwin's settings...
+ // Try to read twin's settings...
if(useTQt3Settings())
{
TQFile f(TQDir::homeDirPath()+"/.qt/qtrc");
@@ -8076,7 +8076,7 @@ void TQtCurveStyle::readMdiPositions() const
itsMdiButtons[1].append(SC_TitleBarCloseButton);
// Read in KWin settings...
- TQFile f(kdeHome(useTQt3Settings())+"/share/config/kwinrc");
+ TQFile f(kdeHome(useTQt3Settings())+"/share/config/twinrc");
if(f.open(IO_ReadOnly))
{
@@ -8108,7 +8108,7 @@ void TQtCurveStyle::readMdiPositions() const
f.close();
}
- // Designer uses shade buttons, not min/max - so if we dont have shade in our kwin config. then add this
+ // Designer uses shade buttons, not min/max - so if we dont have shade in our twin config. then add this
// button near the max button...
if(-1==itsMdiButtons[0].findIndex(SC_TitleBarShadeButton) && -1==itsMdiButtons[1].findIndex(SC_TitleBarShadeButton))
{