From 997a521a3ee84f614e2781a663911096ffb4a91a Mon Sep 17 00:00:00 2001 From: brad Date: Mon, 05 Apr 2004 13:42:55 +0000 Subject: Missed qWarning and deps --- (limited to 'inputmethods/handwriting/qimpensetup.cpp') diff --git a/inputmethods/handwriting/qimpensetup.cpp b/inputmethods/handwriting/qimpensetup.cpp index 3f4841d..564b6ba 100644 --- a/inputmethods/handwriting/qimpensetup.cpp +++ b/inputmethods/handwriting/qimpensetup.cpp @@ -36,6 +36,7 @@ #include #include #include +#include /* XPM */ @@ -108,7 +109,7 @@ QIMPenSetup::QIMPenSetup( QIMPenProfile *p, QWidget *parent, profileList.append( profile ); #endif - qWarning("profiles: %d", profileList.count()); + owarn << "profiles: " << profileList.count() << oendl; QTabWidget *tw = new QTabWidget( this ); vb->addWidget( tw ); -- cgit v0.9.0.2