//
// C++ Interface: app
//
// Description: 
//
//
// Author: Christian Hubinger <e9806056@student.tuwien.ac.at>, (C) 2005
//
// Copyright: See COPYING file that comes with this distribution
//
//
#ifndef APP_H
#define APP_H

#include <tdeapplication.h>

/**
@author Christian Hubinger
*/
class MainApp : public TDEApplication {
public:
    MainApp();
    ~MainApp();

};

#endif