Show invite menu in wlm chat window immediately
[kdenetwork.git] / kopete / plugins / urlpicpreview / urlpicpreviewpreferences.h
blobb6cff492c1a7134bcb319416872c230eb6ac60c2
1 /*
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 ************************************************************************ *
9 * *
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 *
13 * of the License. *
14 * *
15 **************************************************************************
18 #ifndef URLPICPREVIEWPREFERENCES_H
19 #define URLPICPREVIEWPREFERENCES_H
21 #include <kcmodule.h>
23 class QLayout;
24 namespace Ui { class URLPicPreviewPrefsUI; }
26 class URLPicPreviewPreferences : public KCModule
28 Q_OBJECT
30 URLPicPreviewPreferences ( const URLPicPreviewPreferences& );
31 URLPicPreviewPreferences& operator= ( const URLPicPreviewPreferences& );
33 public:
34 explicit URLPicPreviewPreferences ( QWidget* parent = 0, const QVariantList& args = QVariantList() );
36 virtual ~URLPicPreviewPreferences();
37 virtual void load();
38 virtual void save();
39 virtual void defaults();
41 private:
42 QLayout * m_layout;
43 Ui::URLPicPreviewPrefsUI * m_ui;
46 #endif /* URLPICPREVIEWPREFERENCES_H */