// // C++ Interface: app // // Description: // // // Author: Christian Hubinger , (C) 2005 // // Copyright: See COPYING file that comes with this distribution // // #ifndef APP_H #define APP_H #include /** @author Christian Hubinger */ class MainApp : public TDEApplication { public: MainApp(); ~MainApp(); }; #endif