From 364971c08f3d761102daab01889b9fab394f8f08 Mon Sep 17 00:00:00 2001 From: mickeyl Date: Wed, 07 Apr 2004 10:32:54 +0000 Subject: remove bogus '(const char*)' in debug statements --- (limited to 'noncore/applets') diff --git a/noncore/applets/zkbapplet/zkbwidget.cpp b/noncore/applets/zkbapplet/zkbwidget.cpp index 13d554c..38bfba9 100644 --- a/noncore/applets/zkbapplet/zkbwidget.cpp +++ b/noncore/applets/zkbapplet/zkbwidget.cpp @@ -94,7 +94,7 @@ QSize ZkbWidget::sizeHint() const { } void ZkbWidget::stateChanged(const QString& s) { -// odebug << "stateChanged: " << (const char*) s.utf8() << "\n" << oendl; +// odebug << "stateChanged: " << s.utf8() << "\n" << oendl; setText(s); } -- cgit v0.9.0.2