Show invite menu in wlm chat window immediately
[kdenetwork.git] / kopete / libkopete / kopeteuiglobal.h
blob93caa9c8052ec94145b67fd5e2410db6c5ced271
1 /*
2 kopeteuiglobal.h - Kopete UI Globals
4 Copyright (c) 2004 by Richard Smith <kde@metafoo.co.uk>
6 Kopete (c) 2004 by the Kopete developers <kopete-devel@kde.org>
8 *************************************************************************
9 * *
10 * This library is free software; you can redistribute it and/or *
11 * modify it under the terms of the GNU Lesser General Public *
12 * License as published by the Free Software Foundation; either *
13 * version 2 of the License, or (at your option) any later version. *
14 * *
15 *************************************************************************
18 #ifndef KOPETEUIGLOBAL_H
19 #define KOPETEUIGLOBAL_H
21 #include <QtGui/QWidget>
23 #include "kopete_export.h"
25 namespace Kopete
28 namespace UI
31 /**
32 * This namespace contains the Kopete user interface's global settings
34 namespace Global
36 /**
37 * Set the main widget to widget
39 KOPETE_EXPORT void setMainWidget( QWidget *widget );
40 /**
41 * Returns the main widget - this is the widget that message boxes
42 * and KNotify stuff should use as a parent.
44 KOPETE_EXPORT QWidget *mainWidget();
45 } //Global::UI
47 } //UI
51 #endif
53 // vim: set noet ts=4 sts=4 sw=4: