ditz import
[kfpm.git] / kfpm.h
blob349fdf9fa6c712594622e69a640e8dbb5f006c4e
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 #include "kfpm_pacman.h"
17 class KFPM : public QApplication
19 public:
20 KFPM(int & argc, char ** argv);
23 #endif /* ifndef KFPM_H */