not quite so much needs to be delayed to the init() function
[personal-kdebase.git] / workspace / kcontrol / kfontinst / kio / Helper.h
blob8dafe7a2e1626996b20f043537a6dfc9078e5fb8
1 #ifndef __HELPER_H__
2 #define __HELPER_H__
4 /*
5 * KFontInst - KDE Font Installer
7 * Copyright 2003-2007 Craig Drummond <craig@kde.org>
9 * ----
11 * This program is free software; you can redistribute it and/or modify
12 * it under the terms of the GNU General Public License as published by
13 * the Free Software Foundation; either version 2 of the License, or
14 * (at your option) any later version.
16 * This program is distributed in the hope that it will be useful,
17 * but WITHOUT ANY WARRANTY; without even the implied warranty of
18 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
19 * General Public License for more details.
21 * You should have received a copy of the GNU General Public License
22 * along with this program; see the file COPYING. If not, write to
23 * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
24 * Boston, MA 02110-1301, USA.
27 namespace KFI
29 enum ECommands
31 CMD_ENABLE_FONT,
32 CMD_DISABLE_FONT,
33 CMD_DELETE_DISABLED_FONT,
34 CMD_RELOAD_DISABLED_LIST,
35 CMD_COPY_FILE,
36 CMD_MOVE_FILE,
37 CMD_DELETE_FILE,
38 CMD_CREATE_DIR,
39 CMD_CREATE_AFM,
40 CMD_FC_CACHE,
41 CMD_ADD_DIR_TO_FONTCONFIG,
42 CMD_CFG_DIR_FOR_X,
43 CMD_QUIT
47 #endif