comparison cpp/qt_gui/UrlHandler_shell.h @ 252:37eed70de029

More things broken than fixed. Rolling back to 263
author maxter
date Sat, 22 Aug 2009 12:50:58 +0000
parents 7664de4a55e5
children 34a37904ff77
comparison
equal deleted inserted replaced
251:739d0ee5bd91 252:37eed70de029
1 #include <QUrl> 1 #include <QUrl>
2 #include <QObjectEntity.h> 2 #include <QObjectEntity.h>
3 3
4 class UrlHandler : public QObject, public QtD_QObjectEntity 4 class UrlHandler : public QObject, public Qtd_QObjectEntity
5 { 5 {
6 Q_OBJECT 6 Q_OBJECT
7 7
8 public: 8 public:
9 UrlHandler(void *d_ptr, QObject *parent = 0); 9 UrlHandler(void *d_ptr, QObject *parent = 0);