summaryrefslogtreecommitdiffstats
path: root/src/kchmsourcefactory.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-03-01 13:18:52 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2012-03-01 13:18:52 -0600
commitebabab113252ed75baf5c8181937f14c55a8886b (patch)
tree54cd41c7941b9f4df75f4017d7cab61a63b8d74c /src/kchmsourcefactory.cpp
parenta06972de3036b2c2cc2b49a6a100cede2358541f (diff)
downloadkchmviewer-ebabab113252ed75baf5c8181937f14c55a8886b.tar.gz
kchmviewer-ebabab113252ed75baf5c8181937f14c55a8886b.zip
Rename additional global TQt functions
Diffstat (limited to 'src/kchmsourcefactory.cpp')
-rw-r--r--src/kchmsourcefactory.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kchmsourcefactory.cpp b/src/kchmsourcefactory.cpp
index 4b6e0a0..92d6db1 100644
--- a/src/kchmsourcefactory.cpp
+++ b/src/kchmsourcefactory.cpp
@@ -81,7 +81,7 @@ const TQMimeSource * KCHMSourceFactory::data( const TQString & abs_name ) const
else
{
((TQMimeSourceFactory*)this)->setImage( path, img );
- qWarning( "Could not resolve file %s\n", path.ascii() );
+ tqWarning( "Could not resolve file %s\n", path.ascii() );
}
}