• Skip to content
  • Skip to link menu
Trinity API Reference
  • Trinity API Reference
  • superkaramba
 

superkaramba

  • superkaramba
  • src
sknewstuff.h
1/*
2 * Copyright (C) 2005 Ryan Nickell <p0z3r @ earthlink . net>
3 *
4 * This file is part of SuperKaramba.
5 *
6 * SuperKaramba is free software; you can redistribute it and/or modify
7 * it under the terms of the GNU General Public License as published by
8 * the Free Software Foundation; either version 2 of the License, or
9 * (at your option) any later version.
10 *
11 * SuperKaramba is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 * GNU General Public License for more details.
15 *
16 * You should have received a copy of the GNU General Public License
17 * along with SuperKaramba; if not, write to the Free Software
18 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
19 ****************************************************************************/
20
21#ifndef SKNEWSTUFF_H
22#define SKNEWSTUFF_H
23
24#include <kurl.h>
25#include "karambaapp.h"
26
27#ifdef HAVE_CONFIG_H
28 #include <config.h>
29#endif
30
31#ifdef HAVE_TDENEWSTUFF
32#include "tdenewstuff/knewstuff.h"
33#include "tdenewstuff/entry.h"
34
35class ThemesDlg;
36class KArchiveDirectory;
37
38class SKNewStuff : public TDENewStuff
39{
40 public:
41 SKNewStuff( ThemesDlg * );
42
43 bool install( const TQString &fileName );
44 bool createUploadFile( const TQString &fileName );
45 TQString downloadDestination( KNS::Entry *entry );
46
47 private:
48 ThemesDlg *mDlg;
49 KURL m_sourceLink;
50};
51
52#endif //HAVE_TDENEWSTUFF
53#endif //SKNEWSTUFF_H

superkaramba

Skip menu "superkaramba"
  • Main Page
  • Alphabetical List
  • Class List
  • File List
  • Class Members

superkaramba

Skip menu "superkaramba"
  • kcalc
  •   knumber
  • superkaramba
Generated for superkaramba by doxygen 1.9.4
This website is maintained by Timothy Pearson.