summaryrefslogtreecommitdiff
path: root/inputmethods/handwriting/qimpenchar.cpp
authorbrad <brad>2004-04-05 13:42:55 (UTC)
committer brad <brad>2004-04-05 13:42:55 (UTC)
commit997a521a3ee84f614e2781a663911096ffb4a91a (patch) (side-by-side diff)
treeb54102f944af07bb0a8f3930ef856cbeff5f4899 /inputmethods/handwriting/qimpenchar.cpp
parentf31cf618522b8b8855c5905c20754f7d5a762be3 (diff)
downloadopie-997a521a3ee84f614e2781a663911096ffb4a91a.zip
opie-997a521a3ee84f614e2781a663911096ffb4a91a.tar.gz
opie-997a521a3ee84f614e2781a663911096ffb4a91a.tar.bz2
Missed qWarning and deps
Diffstat (limited to 'inputmethods/handwriting/qimpenchar.cpp') (more/less context) (show whitespace changes)
-rw-r--r--inputmethods/handwriting/qimpenchar.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/inputmethods/handwriting/qimpenchar.cpp b/inputmethods/handwriting/qimpenchar.cpp
index db5d135..b83b2a4 100644
--- a/inputmethods/handwriting/qimpenchar.cpp
+++ b/inputmethods/handwriting/qimpenchar.cpp
@@ -392,8 +392,8 @@ bool QIMPenCharSet::save( Domain d )
if ( ok ) {
if ( ::rename( tmpFn.latin1(), fn.latin1() ) < 0 ) {
- qWarning( "problem renaming file %s to %s, errno: %d",
- tmpFn.latin1(), fn.latin1(), errno );
+ owarn << "problem renaming file " <<tmpFn.latin1() << " to "<< fn.latin1()
+ << ", errno: " << errno << oendl;
// remove the tmp file, otherwise, it will just lay around...
QFile::remove( tmpFn.latin1() );
ok = FALSE;