summaryrefslogtreecommitdiff
path: root/core/settings/button/remapdlg.h
authorzecke <zecke>2004-03-14 18:42:05 (UTC)
committer zecke <zecke>2004-03-14 18:42:05 (UTC)
commit617e15d4cdbe7bc962388f9710bce834182bee24 (patch) (side-by-side diff)
tree2c714b53d47c7421abc424b68c692dbe005bf598 /core/settings/button/remapdlg.h
parenta3726e8ae25805d215d0fd5c249345aad9952ef3 (diff)
downloadopie-617e15d4cdbe7bc962388f9710bce834182bee24.zip
opie-617e15d4cdbe7bc962388f9710bce834182bee24.tar.gz
opie-617e15d4cdbe7bc962388f9710bce834182bee24.tar.bz2
ODP change
Diffstat (limited to 'core/settings/button/remapdlg.h') (more/less context) (show whitespace changes)
-rw-r--r--core/settings/button/remapdlg.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/core/settings/button/remapdlg.h b/core/settings/button/remapdlg.h
index 046a22f..6cdd678 100644
--- a/core/settings/button/remapdlg.h
+++ b/core/settings/button/remapdlg.h
@@ -1,7 +1,7 @@
#ifndef __REMAPDLG_H__
#define __REMAPDLG_H__
-#include <opie/odevicebutton.h>
+#include <opie2/odevicebutton.h>
#include "remapdlgbase.h"
@@ -12,10 +12,10 @@ class RemapDlg : public RemapDlgBase {
Q_OBJECT
public:
- RemapDlg ( const Opie::ODeviceButton *b, bool hold, QWidget* parent = 0, const char* name = 0 );
+ RemapDlg ( const Opie::Core::ODeviceButton *b, bool hold, QWidget* parent = 0, const char* name = 0 );
~RemapDlg ( );
- Opie::OQCopMessage message ( );
+ Opie::Core::OQCopMessage message ( );
public slots:
virtual void itemChanged ( QListViewItem * );
@@ -25,8 +25,8 @@ private slots:
void delayedInit ( );
private:
- Opie::OQCopMessage m_msg;
- Opie::OQCopMessage m_msg_preset;
+ Opie::Core::OQCopMessage m_msg;
+ Opie::Core::OQCopMessage m_msg_preset;
QListViewItem *m_current;