diff options
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 :-( } |