You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
koffice/kugar/kudesigner_lib/plugin.cpp

29 lines
1.3 KiB

/***************************************************************************
plugin.h - description
-------------------
begin : 19.01.2003
copyright : (C) 2003 Joseph Wenninger
email : jowenn@kde.org
***************************************************************************/
/***************************************************************************
* *
* This program is free software; you can redistribute it and/or modify *
* it under the terms of the GNU Library General Public License as *
* published by the Free Software Foundation; either version 2 of the *
* License, or (at your option) any later version. *
* *
***************************************************************************/
#include "plugin.h"
KuDesignerPlugin::KuDesignerPlugin( TQObject *parent, const char *name, const TQStringList& ) : TQObject( parent, name )
{}
KuDesignerPlugin::~KuDesignerPlugin()
{}
void KuDesignerPlugin::createPluggedInEditor( TQWidget *&/*retVal*/, Editor */*editor*/,
Property */*property*/, Box */*cb*/ )
{}
#include "plugin.moc"