summaryrefslogtreecommitdiff
path: root/libopie2/opiecore/device/odevice_jornada.h
Side-by-side diff
Diffstat (limited to 'libopie2/opiecore/device/odevice_jornada.h') (more/less context) (ignore whitespace changes)
-rw-r--r--libopie2/opiecore/device/odevice_jornada.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/libopie2/opiecore/device/odevice_jornada.h b/libopie2/opiecore/device/odevice_jornada.h
index b17fa8b..480efff 100644
--- a/libopie2/opiecore/device/odevice_jornada.h
+++ b/libopie2/opiecore/device/odevice_jornada.h
@@ -21,38 +21,37 @@
 :     =  ...= . :.=-
 -.   .:....=;==+<; You should have received a copy of the GNU
  -_. . .   )=.  = Library General Public License along with
    --        :-=` this library; see the file COPYING.LIB.
If not, write to the Free Software Foundation,
Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA.
*/
#ifndef ODEVICE_JORNADA
#define ODEVICE_JORNADA
-#include <opie2/odevice.h>
+#include "odevice_abstractmobiledevice.h"
namespace Opie {
namespace Core {
namespace Internal {
-class Jornada : public ODevice
+class Jornada : public OAbstractMobileDevice
{
protected:
virtual void init(const QString&);
virtual void initButtons();
public:
- virtual bool suspend ( );
virtual bool setDisplayBrightness ( int b );
virtual bool setDisplayStatus ( bool on);
virtual int displayBrightnessResolution() const;
};
struct j_button {
uint model;
Qt::Key code;
char *utext;
char *pix;
char *fpressedservice;
char *fpressedaction;