summaryrefslogtreecommitdiff
path: root/libopie2/opieui/okeyconfigwidget.h
authorzecke <zecke>2005-04-16 22:02:48 (UTC)
committer zecke <zecke>2005-04-16 22:02:48 (UTC)
commitdcb2364568574057819a0f30b8e6958b44b3b698 (patch) (unidiff)
treeacd5cc3ad3b59e8d2e2db162142bae48115be910 /libopie2/opieui/okeyconfigwidget.h
parent206784bc9919dca87a71de9b998ff0ece08bd8ca (diff)
downloadopie-dcb2364568574057819a0f30b8e6958b44b3b698.zip
opie-dcb2364568574057819a0f30b8e6958b44b3b698.tar.gz
opie-dcb2364568574057819a0f30b8e6958b44b3b698.tar.bz2
Opie/X11:
-include <qdialog.h> to allow building
Diffstat (limited to 'libopie2/opieui/okeyconfigwidget.h') (more/less context) (ignore whitespace changes)
-rw-r--r--libopie2/opieui/okeyconfigwidget.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libopie2/opieui/okeyconfigwidget.h b/libopie2/opieui/okeyconfigwidget.h
index 3d2260c..cc1ea44 100644
--- a/libopie2/opieui/okeyconfigwidget.h
+++ b/libopie2/opieui/okeyconfigwidget.h
@@ -1,36 +1,37 @@
1/* 1/*
2 * Copyright (C) 2004 2 * Copyright (C) 2004
3 * LGPL v2 zecke@handhelds.org 3 * LGPL v2 zecke@handhelds.org
4 */ 4 */
5 5
6 6
7#ifndef ODP_KEY_CONFIG_WIDGET_H 7#ifndef ODP_KEY_CONFIG_WIDGET_H
8#define ODP_KEY_CONFIG_WIDGET_H 8#define ODP_KEY_CONFIG_WIDGET_H
9 9
10#include <opie2/okeyconfigmanager.h> 10#include <opie2/okeyconfigmanager.h>
11 11
12#include <qhbox.h> 12#include <qhbox.h>
13#include <qdialog.h>
13 14
14 15
15class QKeyEvent; 16class QKeyEvent;
16class QLabel; 17class QLabel;
17class QPushButton; 18class QPushButton;
18class QListViewItem; 19class QListViewItem;
19class QRadioButton; 20class QRadioButton;
20class QTimer; 21class QTimer;
21 22
22namespace Opie { 23namespace Opie {
23namespace Ui { 24namespace Ui {
24namespace Internal { 25namespace Internal {
25 class OKeyConfigWidgetPrivate; 26 class OKeyConfigWidgetPrivate;
26 typedef QValueList<OKeyConfigWidgetPrivate> OKeyConfigWidgetPrivateList; 27 typedef QValueList<OKeyConfigWidgetPrivate> OKeyConfigWidgetPrivateList;
27 class OKeyListViewItem; 28 class OKeyListViewItem;
28} 29}
29 class OListViewItem; 30 class OListViewItem;
30 class OListView; 31 class OListView;
31 32
32 33
33/** 34/**
34 * With this Widget you can let the Keyboard Shortcuts 35 * With this Widget you can let the Keyboard Shortcuts
35 * be configured by the user. 36 * be configured by the user.
36 * There are two ways you can use this widget. Either in a tab were 37 * There are two ways you can use this widget. Either in a tab were