From 821d7de7dfeba296893708dd702445dfa8f6477f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Sat, 1 Sep 2012 17:04:20 +0200 Subject: Revert style and class names to QtCurve Fix FTBFS on Qt3 --- common/config_file.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'common/config_file.c') 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 craig.p.drummond@gmail.com + QtCurve (C) Craig Drummond, 2003 - 2010 craig.p.drummond@gmail.com ---- @@ -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 :-( } -- cgit v1.2.3