controlpanelplugins/themeplugin/src/cpthemeclient_p.h
changeset 25 19394c261aa5
parent 24 f5dfdd5e4a1b
child 27 848a3adde87f
child 31 e79ce701c376
--- a/controlpanelplugins/themeplugin/src/cpthemeclient_p.h	Wed Jun 23 18:13:38 2010 +0300
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,46 +0,0 @@
-/*
- * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
- * All rights reserved.
- * This component and the accompanying materials are made available
- * under the terms of "Eclipse Public License v1.0""
- * which accompanies this distribution, and is available
- * at the URL "http://www.eclipse.org/legal/epl-v10.html".
- *
- * Initial Contributors:
- * Nokia Corporation - initial contribution.
- *
- * Contributors:
- *
- * Description:  
- *   
- */
-
-#ifndef CPTHEMECLIENT_P_H
-#define CPTHEMECLIENT_P_H
-
-#include <qglobal.h>
-
-class CpThemeClientPrivate;
-
-class CpThemeClient
-{
-    CpThemeClientPrivate* d_ptr;
-    Q_DECLARE_PRIVATE_D(d_ptr, CpThemeClient)
-
-public:
-    bool connectToServer();
-
-    bool changeTheme(const QString& newtheme);
-
-    bool isConnected();
-
-public:
-    static CpThemeClient *global();
-    static void releaseInstance();
-    ~CpThemeClient();
-
-private:
-    CpThemeClient();
-};
-
-#endif /* CPTHEMECLIENT_P_H */