diff options
author | Slávek Banko <[email protected]> | 2012-09-01 17:04:20 +0200 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2012-09-01 17:04:20 +0200 |
commit | 821d7de7dfeba296893708dd702445dfa8f6477f (patch) | |
tree | 5589091d777395421040283a2a6be2770a1bbbe6 /common/config_file.c | |
parent | 9d466f4825e4d70f9d531b8dccd9c7e856307ede (diff) | |
download | tde-style-qtcurve-821d7de7dfeba296893708dd702445dfa8f6477f.tar.gz tde-style-qtcurve-821d7de7dfeba296893708dd702445dfa8f6477f.zip |
Revert style and class names to QtCurve
Fix FTBFS on Qt3
Diffstat (limited to 'common/config_file.c')
-rw-r--r-- | common/config_file.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/common/config_file.c b/common/config_file.c index 77c3feb..bef1305 100644 --- a/common/config_file.c +++ b/common/config_file.c @@ -1,5 +1,5 @@ /* - TQtCurve (C) Craig Drummond, 2003 - 2010 [email protected] + QtCurve (C) Craig Drummond, 2003 - 2010 [email protected] ---- @@ -618,7 +618,7 @@ static bool makeDir(const TQString& dir, int mode) baseEncoded.prepend("trying to create local folder "); perror(baseEncoded.constData()); #else - perror("trying to create TQtCurve config folder "); + perror("trying to create QtCurve config folder "); #endif return false; // Couldn't create it :-( } |