KDevelop API Documentation

editors/qeditor/sql_colorizer.h

Go to the documentation of this file.
00001 /* 00002 * This program is free software; you can redistribute it and/or 00003 * modify it under the terms of the GNU General Public 00004 * License as published by the Free Software Foundation; either 00005 * version 2 of the License, or (at your option) any later version. 00006 * 00007 * This program is distributed in the hope that it will be useful, 00008 * but WITHOUT ANY WARRANTY; without even the implied warranty of 00009 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 00010 * General Public License for more details. 00011 * 00012 * You should have received a copy of the GNU General Public License 00013 * along with this program; see the file COPYING.LIB. If not, write to 00014 * the Free Software Foundation, Inc., 59 Temple Place - Suite 330, 00015 * Boston, MA 02111-1307, USA. 00016 * 00017 */ 00018 00019 #ifndef sql_colorizer_h 00020 #define sql_colorizer_h 00021 00022 #include "qsourcecolorizer.h" 00023 00024 class SqlColorizer: public QSourceColorizer{ 00025 public: 00026 SqlColorizer( QEditor* ); 00027 virtual ~SqlColorizer(); 00028 }; 00029 00030 #endif
KDE Logo
This file is part of the documentation for KDevelop Version 3.0.4.
Documentation copyright © 1996-2004 the KDE developers.
Generated on Wed Oct 6 17:38:56 2004 by doxygen 1.3.7 written by Dimitri van Heesch, © 1997-2003