|
|
/*************************************************************************** exttab.h - description ------------------- begin : Mon May 8 2000 copyright : (C) 2000 by jade email : donoghue@chariot.net.au ***************************************************************************/ /*************************************************************************** * * * 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; either version 2 of the License, or * * (at your option) any later version. * * * ***************************************************************************/ #ifndef EXTTAB_H #define EXTTAB_H #include <qwidget.h> #include <ktabctl.h> /** *@author jade * tab control with fuction to set the current tab */ class ExtTab : public KTabCtl { Q_OBJECT public: ExtTab(QWidget *parent=0, const char *name=0); ~ExtTab(); void setTabNum(int x); }; #endif
Generated by: jade@lost on Sat Jun 10 14:35:26 2000, using kdoc 2.0a22. |