diff options
author | Timothy Pearson <[email protected]> | 2012-03-01 13:33:40 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2012-03-01 13:33:40 -0600 |
commit | 4fb897b216c41c13f128c71bcc66f60e2dc601c4 (patch) | |
tree | 2891b54cd6ec39db133da0110028ec93fc006751 /kio/tests/kmfitest.cpp | |
parent | 8fc8811ef6079a15decd33f1ea5d95dd718e4557 (diff) | |
download | tdelibs-4fb897b216c41c13f128c71bcc66f60e2dc601c4.tar.gz tdelibs-4fb897b216c41c13f128c71bcc66f60e2dc601c4.zip |
Rename additional global TQt functions
Diffstat (limited to 'kio/tests/kmfitest.cpp')
-rw-r--r-- | kio/tests/kmfitest.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kio/tests/kmfitest.cpp b/kio/tests/kmfitest.cpp index 25e96759f..df37df997 100644 --- a/kio/tests/kmfitest.cpp +++ b/kio/tests/kmfitest.cpp @@ -17,10 +17,10 @@ int main (int argc, char **argv) for (int i = 1; i < argc; i++) { TQString file = TQFile::decodeName(argv[i]); - qWarning("File: %s", file.local8Bit().data()); + tqWarning("File: %s", file.local8Bit().data()); KMimeType::Ptr p; p = KMimeType::findByPath(file); - qWarning("Mime type (findByPath): %s", p->name().latin1()); + tqWarning("Mime type (findByPath): %s", p->name().latin1()); KFileMetaInfo meta(file, TQString::null, KFileMetaInfo::TechnicalInfo | KFileMetaInfo::ContentInfo); } |