proper quit handling
[kfpm.git] / kfpm.h
blob764d0fe6f19f6a631709e1c76783075b7e875c0d
1 /*
2 * kfpm.h
4 * Copyright (c) 2007 VOROSKOI Andras <voroskoi@frugalware.org>
6 * Copyright: See COPYING file that comes with this distribution.
8 */
10 #ifndef KFPM_H
11 #define KFPM_H
13 #include <qapplication.h>
15 class KFPM : public QApplication
17 public:
18 KFPM(int & argc, char ** argv);
21 #endif /* ifndef KFPM_H */