diff -r 8c9427577f2a -r 848a3adde87f controlpanelplugins/themeplugin/src/cpthemeclient_p.h --- a/controlpanelplugins/themeplugin/src/cpthemeclient_p.h Fri Jun 11 16:24:15 2010 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,48 +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 -#include - - -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 */