summaryrefslogtreecommitdiff
path: root/core/launcher/server.h
Side-by-side diff
Diffstat (limited to 'core/launcher/server.h') (more/less context) (ignore whitespace changes)
-rw-r--r--core/launcher/server.h13
1 files changed, 8 insertions, 5 deletions
diff --git a/core/launcher/server.h b/core/launcher/server.h
index 21b03af..91bf883 100644
--- a/core/launcher/server.h
+++ b/core/launcher/server.h
@@ -31,3 +31,2 @@ class TransferServer;
class PackageHandler;
-class DeviceButton;
class ServiceRequest;
@@ -40,2 +39,5 @@ class DocumentList;
class ServerInterface;
+namespace Opie {
+ class ODeviceButton;
+}
@@ -51,3 +53,2 @@ public:
- static void soundAlarm();
static bool setKeyboardLayout( const QString &kb );
@@ -61,3 +62,3 @@ public slots:
private slots:
- void activate(const DeviceButton*,bool);
+ void activate(const Opie::ODeviceButton*,bool);
void syncConnectionClosed( const QHostAddress & );
@@ -74,2 +75,3 @@ protected:
private:
+ void layout();
void startTransferServer();
@@ -82,4 +84,5 @@ private:
int tid_xfer;
- int tid_today;
- TempScreenSaverMonitor *tsmMonitor;
+ /* ### FIXME two below### */
+// int tid_today;
+// TempScreenSaverMonitor *tsmMonitor;
StorageInfo *storage;