~ubuntu-branches/ubuntu/karmic/kmyfirewall/karmic

« back to all changes in this revision

Viewing changes to kmyfirewall/kmfapp.h

  • Committer: Bazaar Package Importer
  • Author(s): Alberto Gonzalez Iniesta
  • Date: 2005-01-04 20:17:02 UTC
  • Revision ID: james.westby@ubuntu.com-20050104201702-s1vo6slsg4f3jb11
Tags: upstream-0.9.6.2
ImportĀ upstreamĀ versionĀ 0.9.6.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/***************************************************************************
 
2
                          kmfapp.h  -  description
 
3
                             -------------------
 
4
    begin                : Fri Feb 21 2003
 
5
    copyright            : (C) 2003 by animal
 
6
    email                : animal@shit
 
7
 ***************************************************************************/
 
8
 
 
9
/***************************************************************************
 
10
 *                                                                         *
 
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.                                   *
 
15
 *                                                                         *
 
16
 ***************************************************************************/
 
17
 
 
18
#ifndef KMFAPP_H
 
19
#define KMFAPP_H
 
20
 
 
21
#include <kapplication.h>
 
22
#include <qstring.h>
 
23
 
 
24
/**
 
25
  *@author animal
 
26
  */
 
27
 
 
28
class QLabel;
 
29
class KMFApp : public KApplication  {
 
30
public: 
 
31
        KMFApp();
 
32
        ~KMFApp();
 
33
};
 
34
 
 
35
void showSplash();
 
36
void closeSplash();
 
37
void set_splash_status( const QString& );
 
38
#endif