2 urlpicpreviewpreferences.h
4 Copyright (c) 2005 by Heiko Schaefer <heiko@rangun.de>
6 Kopete (c) 2002-2007 by the Kopete developers <kopete-devel@kde.org>
8 ************************************************************************ *
10 * This program is free software; you can redistribute it and/or modify *
11 * it under the terms of the GNU General Public License as published by *
12 * the Free Software Foundation; version 2, or (at your option) version 3 *
15 **************************************************************************
18 #ifndef URLPICPREVIEWPREFERENCES_H
19 #define URLPICPREVIEWPREFERENCES_H
24 namespace Ui
{ class URLPicPreviewPrefsUI
; }
26 class URLPicPreviewPreferences
: public KCModule
30 URLPicPreviewPreferences ( const URLPicPreviewPreferences
& );
31 URLPicPreviewPreferences
& operator= ( const URLPicPreviewPreferences
& );
34 explicit URLPicPreviewPreferences ( QWidget
* parent
= 0, const QVariantList
& args
= QVariantList() );
36 virtual ~URLPicPreviewPreferences();
39 virtual void defaults();
43 Ui::URLPicPreviewPrefsUI
* m_ui
;
46 #endif /* URLPICPREVIEWPREFERENCES_H */