diff -r 1d12d96fdfb5 -r 1f5e22508b46 podcatcher_qt/inc/podcatcherwin.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/podcatcher_qt/inc/podcatcherwin.h Mon Aug 23 06:14:01 2010 +0200 @@ -0,0 +1,22 @@ +#ifndef PODCATCHERWIN_H +#define PODCATCHERWIN_H + +#include + +namespace Ui { + class PodcatcherWin; +} + +class PodcatcherWin : public QMainWindow +{ + Q_OBJECT + +public: + explicit PodcatcherWin(QWidget *parent = 0); + ~PodcatcherWin(); + +private: + Ui::PodcatcherWin *ui; +}; + +#endif // PODCATCHERWIN_H