Subversion Repositories public

Rev

Rev 119 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 119 Rev 232
Line 1... Line 1...
1
/***************************************************************************
1
/***************************************************************************
2
 *   Copyright (C) 2007 by Andreas Theofilu                             *
2
 *   Copyright (C) 2007 - 2009 by Andreas Theofilu                         *
3
 *   andreas@theosys.at                                               *
3
 *   andreas@theosys.at                                                    *
4
 *                                                                         *
4
 *                                                                         *
5
 *   This program is free software; you can redistribute it and/or modify  *
5
 *   This program is free software; you can redistribute it and/or modify  *
6
 *   it under the terms of the GNU General Public License as published by  *
6
 *   it under the terms of the GNU General Public License as published by  *
7
 *   the Free Software Foundation version 3 of the License.                *
7
 *   the Free Software Foundation version 3 of the License.                *
8
 *                                                                         *
8
 *                                                                         *
Line 37... Line 37...
37
    Q_OBJECT
37
    Q_OBJECT
38
public:
38
public:
39
    /**
39
    /**
40
     * Default Constructor
40
     * Default Constructor
41
     */
41
     */
42
    sportwatcher();
42
    sportwatcher(QWidget *parent = 0, Qt::WindowFlags f = KDE_DEFAULT_WINDOWFLAGS);
43
 
43
 
44
    /**
44
    /**
45
     * Default Destructor
45
     * Default Destructor
46
     */
46
     */
47
    virtual ~sportwatcher();
47
    virtual ~sportwatcher();