summaryrefslogtreecommitdiff
path: root/noncore/applets/keyhelper/keyhelperapplet/applet
Unidiff
Diffstat (limited to 'noncore/applets/keyhelper/keyhelperapplet/applet') (more/less context) (ignore whitespace changes)
-rw-r--r--noncore/applets/keyhelper/keyhelperapplet/applet/KeyHelperWidget.cpp4
-rw-r--r--noncore/applets/keyhelper/keyhelperapplet/applet/KeyHelperWidget.h2
2 files changed, 3 insertions, 3 deletions
diff --git a/noncore/applets/keyhelper/keyhelperapplet/applet/KeyHelperWidget.cpp b/noncore/applets/keyhelper/keyhelperapplet/applet/KeyHelperWidget.cpp
index 7beb511..9fac51b 100644
--- a/noncore/applets/keyhelper/keyhelperapplet/applet/KeyHelperWidget.cpp
+++ b/noncore/applets/keyhelper/keyhelperapplet/applet/KeyHelperWidget.cpp
@@ -8,7 +8,7 @@ int g_level = 0;
8static const char* _version_ = "1.2.2"; 8static const char* _version_ = "1.2.2";
9 9
10KeyHelperWidget::KeyHelperWidget(QWidget* parent, const char* name) 10KeyHelperWidget::KeyHelperWidget(QWidget* parent, const char* name)
11 : QLabel(parent, name),disabled(Resource::loadPixmap("zkb-disabled")) 11 : QLabel(parent, name),disabled(Opie::Core::OResource::loadPixmap("zkb-disabled"))
12{ 12{
13 qDebug("KeyHelperWidget::KeyHelperWidget()"); 13 qDebug("KeyHelperWidget::KeyHelperWidget()");
14 g_Widget = this; 14 g_Widget = this;
@@ -294,7 +294,7 @@ void KeyHelperWidget::initDebugLevel()
294 setDebugLevel(level); 294 setDebugLevel(level);
295} 295}
296 296
297void KeyHelperWidget::setDebugLevel(int level) 297void KeyHelperWidget::setDebugLevel(int /*level*/)
298{ 298{
299#ifdef QT_QWS_EBX 299#ifdef QT_QWS_EBX
300 static bool noDebug = true; 300 static bool noDebug = true;
diff --git a/noncore/applets/keyhelper/keyhelperapplet/applet/KeyHelperWidget.h b/noncore/applets/keyhelper/keyhelperapplet/applet/KeyHelperWidget.h
index 4798c5c..0901081 100644
--- a/noncore/applets/keyhelper/keyhelperapplet/applet/KeyHelperWidget.h
+++ b/noncore/applets/keyhelper/keyhelperapplet/applet/KeyHelperWidget.h
@@ -8,11 +8,11 @@
8#include <qaccel.h> 8#include <qaccel.h>
9#include <opie2/otaskbarapplet.h> 9#include <opie2/otaskbarapplet.h>
10#include <opie2/okeyfilter.h> 10#include <opie2/okeyfilter.h>
11#include <opie2/oresource.h>
11 12
12#include <qpe/qcopenvelope_qws.h> 13#include <qpe/qcopenvelope_qws.h>
13#include <qpe/qpeapplication.h> 14#include <qpe/qpeapplication.h>
14#include <qpe/global.h> 15#include <qpe/global.h>
15#include <qpe/resource.h>
16#include "KeyHelper.h" 16#include "KeyHelper.h"
17#include "AppLnkManager.h" 17#include "AppLnkManager.h"
18#include "ConfigEx.h" 18#include "ConfigEx.h"