diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-03-01 13:33:40 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2012-03-01 13:33:40 -0600 |
commit | 4fb897b216c41c13f128c71bcc66f60e2dc601c4 (patch) | |
tree | 2891b54cd6ec39db133da0110028ec93fc006751 /kconf_update | |
parent | 8fc8811ef6079a15decd33f1ea5d95dd718e4557 (diff) | |
download | tdelibs-4fb897b216c41c13f128c71bcc66f60e2dc601c4.tar.gz tdelibs-4fb897b216c41c13f128c71bcc66f60e2dc601c4.zip |
Rename additional global TQt functions
Diffstat (limited to 'kconf_update')
-rw-r--r-- | kconf_update/kconf_update.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kconf_update/kconf_update.cpp b/kconf_update/kconf_update.cpp index a3a165ab8..a9ac6ccbf 100644 --- a/kconf_update/kconf_update.cpp +++ b/kconf_update/kconf_update.cpp @@ -127,7 +127,7 @@ KonfUpdate::KonfUpdate() TQString file = locate("data", "kconf_update/"+TQFile::decodeName(args->getOption("check"))); if (file.isEmpty()) { - qWarning("File '%s' not found.", args->getOption("check").data()); + tqWarning("File '%s' not found.", args->getOption("check").data()); log() << "File '" << TQFile::decodeName(args->getOption("check")) << "' passed on command line not found" << endl; return; } @@ -278,7 +278,7 @@ void KonfUpdate::checkGotFile(const TQString &_file, const TQString &id) file = _file.mid(i+1).stripWhiteSpace(); } -// qDebug("File %s, id %s", file.latin1(), id.latin1()); +// tqDebug("File %s, id %s", file.latin1(), id.latin1()); KSimpleConfig cfg(file); cfg.setGroup("$Version"); @@ -415,7 +415,7 @@ void KonfUpdate::gotId(const TQString &_id) { if (ids.contains(_id)) { - //qDebug("Id '%s' was already in done-list", _id.latin1()); + //tqDebug("Id '%s' was already in done-list", _id.latin1()); if (!m_bUseConfigInfo) { skip = true; |