Show invite menu in wlm chat window immediately
[kdenetwork.git] / kopete / libkopete / ui / kopeteviewplugin.cpp
blob36aa954cafe63925301bd7355aa74765586f6ef0
1 /*
2 kopeteviewplugin.cpp - View Manager
4 Copyright (c) 2005 by Jason Keirstead <jason@keirstead.org>
5 Kopete (c) 2002-2005 by the Kopete developers <kopete-devel@kde.org>
7 *************************************************************************
8 * *
9 * This library is free software; you can redistribute it and/or *
10 * modify it under the terms of the GNU Lesser General Public *
11 * License as published by the Free Software Foundation; either *
12 * version 2 of the License, or (at your option) any later version. *
13 * *
14 *************************************************************************
17 #include "kopeteviewplugin.h"
19 Kopete::ViewPlugin::ViewPlugin( const KComponentData &instance, QObject *parent ) :
20 Kopete::Plugin( instance, parent )
25 void Kopete::ViewPlugin::aboutToUnload()
27 emit readyForUnload();