katemain.h

00001 /* This file is part of the KDE project
00002    Copyright (C) 2001 Christoph Cullmann <cullmann@kde.org>
00003    Copyright (C) 2001 Joseph Wenninger <jowenn@kde.org>
00004    Copyright (C) 2001 Anders Lund <anders.lund@lund.tdcadsl.dk>
00005 
00006    This library is free software; you can redistribute it and/or
00007    modify it under the terms of the GNU Library General Public
00008    License version 2 as published by the Free Software Foundation.
00009 
00010    This library is distributed in the hope that it will be useful,
00011    but WITHOUT ANY WARRANTY; without even the implied warranty of
00012    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
00013    Library General Public License for more details.
00014 
00015    You should have received a copy of the GNU Library General Public License
00016    along with this library; see the file COPYING.LIB.  If not, write to
00017    the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
00018    Boston, MA 02110-1301, USA.
00019 */
00020 
00021 #ifndef __KATE_MAIN_H__
00022 #define __KATE_MAIN_H__
00023 
00024 #include <config.h>
00025 
00026 class QComboBox;
00027 class QDateTime;
00028 class QEvent;
00029 class QFileInfo;
00030 class QGridLayout;
00031 class QLabel;
00032 class QListBox;
00033 class QObject;
00034 class QPixmap;
00035 class QVBoxLayout;
00036 class QString;
00037 class QWidgetStack;
00038 
00039 class KAction;
00040 class KActionMenu;
00041 class KConfig;
00042 class KDirOperator;
00043 class KEditToolbar;
00044 class KFileViewItem;
00045 class KHistoryCombo;
00046 class KLineEdit;
00047 class KListBox;
00048 class KProcess;
00049 class KPushButton;
00050 class KRecentFilesAction;
00051 class KSelectAction;
00052 class KStatusBar;
00053 class KToggleAction;
00054 class KURL;
00055 class KURLComboBox;
00056 
00057 class KateApp;
00058 class KateConfigDlg;
00059 class KateConsole;
00060 class KateDocManager;
00061 class KateFileList;
00062 class KateFileSelector;
00063 class KateMainWindow;
00064 class KatePluginIface;
00065 class KatePluginManager;
00066 class KateSidebar;
00067 class KateViewManager;
00068 class KateViewSpace;
00069 
00070 #endif
KDE Home | KDE Accessibility Home | Description of Access Keys