Port things from MSN to WLM plugin:
[kdenetwork.git] / kopete / protocols / meanwhile / meanwhileplugin.cpp
blobd8f617cb6d1ee8b9854d272c16d180acc62390ca
1 /*
2 meanwhileplugin.cpp - a plugin to provide more functions
4 Copyright (c) 2003-2004 by Sivaram Gottimukkala <suppandi@gmail.com>
6 Kopete (c) 2002-2004 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; either version 2 of the License, or *
13 * (at your option) any later version. *
14 * *
15 *************************************************************************
17 #include <qwidget.h>
18 #include <qlineedit.h>
19 #include "meanwhileplugin.h"
21 void MeanwhilePlugin::getMeanwhileId(QWidget * /*parent*/,
22 QLineEdit * /*fillThis*/)
26 bool MeanwhilePlugin::canProvideMeanwhileId()
28 return false;
31 void MeanwhilePlugin::showUserInfo(const QString &/*userid*/)
35 void MeanwhilePlugin::addCustomMenus(KActionMenu *menu)