diff options
Diffstat (limited to 'quanta/utility/toolbarxmlgui.h')
-rw-r--r-- | quanta/utility/toolbarxmlgui.h | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/quanta/utility/toolbarxmlgui.h b/quanta/utility/toolbarxmlgui.h new file mode 100644 index 00000000..74ac04cf --- /dev/null +++ b/quanta/utility/toolbarxmlgui.h @@ -0,0 +1,32 @@ +/*************************************************************************** + toolbarxmlgui.h - description + ------------------- + begin : Sat Jul 20 2002 + copyright : (C) 2002 by Andras Mantia <amantia@kde.org> + ***************************************************************************/ + +/*************************************************************************** + * * + * This program is free software; you can redistribute it and/or modify * + * it under the terms of the GNU General Public License as published by * + * the Free Software Foundation; version 2 of the License. * + * * + ***************************************************************************/ + + +#ifndef TOOLBARXMLGUI_H +#define TOOLBARXMLGUI_H + +#include <kxmlguiclient.h> + +/** + *@author Andras Mantia + */ + +class ToolbarXMLGUI : public KXMLGUIClient { +public: + ToolbarXMLGUI(const QString& xmlFile); + ~ToolbarXMLGUI(); +}; + +#endif |