From 184a0cd9935d0a249038cdbe05488c181b273d64 Mon Sep 17 00:00:00 2001 From: zecke Date: Sat, 13 Mar 2004 21:27:29 +0000 Subject: Fix namespaces in the launcher.. and found a problem with my script --- (limited to 'core/launcher/server.h') diff --git a/core/launcher/server.h b/core/launcher/server.h index 91bf883..1dc5e7e 100644 --- a/core/launcher/server.h +++ b/core/launcher/server.h @@ -38,8 +38,10 @@ class SyncDialog; class DocumentList; class ServerInterface; namespace Opie { +namespace Core { class ODeviceButton; } +} class Server : public QWidget { Q_OBJECT @@ -60,7 +62,7 @@ public slots: void pokeTimeMonitors(); private slots: - void activate(const Opie::ODeviceButton*,bool); + void activate(const Opie::Core::ODeviceButton*,bool); void syncConnectionClosed( const QHostAddress & ); void applicationLaunched(int pid, const QString &app); void applicationTerminated(int pid, const QString &app); -- cgit v0.9.0.2