summaryrefslogtreecommitdiff
path: root/noncore/applets
authormickeyl <mickeyl>2005-09-03 00:58:07 (UTC)
committer mickeyl <mickeyl>2005-09-03 00:58:07 (UTC)
commited772cdd53070ccc61c87a3b0e96769a9f558f71 (patch) (side-by-side diff)
tree3ffb7fb25c302821fd0ea817b06ce99e1dc64d63 /noncore/applets
parent5907b0aabc816287db5c7f2b1ec8d8bfce4d9c28 (diff)
downloadopie-ed772cdd53070ccc61c87a3b0e96769a9f558f71.zip
opie-ed772cdd53070ccc61c87a3b0e96769a9f558f71.tar.gz
opie-ed772cdd53070ccc61c87a3b0e96769a9f558f71.tar.bz2
fix compilation when QT_QWS_EBX is defined
Diffstat (limited to 'noncore/applets') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/applets/keyhelper/keyhelperapplet/applet/KeyHelperWidget.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/noncore/applets/keyhelper/keyhelperapplet/applet/KeyHelperWidget.cpp b/noncore/applets/keyhelper/keyhelperapplet/applet/KeyHelperWidget.cpp
index 9fac51b..8a8647e 100644
--- a/noncore/applets/keyhelper/keyhelperapplet/applet/KeyHelperWidget.cpp
+++ b/noncore/applets/keyhelper/keyhelperapplet/applet/KeyHelperWidget.cpp
@@ -294,7 +294,7 @@ void KeyHelperWidget::initDebugLevel()
setDebugLevel(level);
}
-void KeyHelperWidget::setDebugLevel(int /*level*/)
+void KeyHelperWidget::setDebugLevel(int level)
{
#ifdef QT_QWS_EBX
static bool noDebug = true;