diff options
Diffstat (limited to 'src/svnfrontend/fronthelpers/propertylist.h')
-rw-r--r-- | src/svnfrontend/fronthelpers/propertylist.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/svnfrontend/fronthelpers/propertylist.h b/src/svnfrontend/fronthelpers/propertylist.h index 71c72e0..a777db0 100644 --- a/src/svnfrontend/fronthelpers/propertylist.h +++ b/src/svnfrontend/fronthelpers/propertylist.h @@ -21,14 +21,14 @@ #define PROPERTYLIST_H #include <tdelistview.h> -#include "svnqttypes.hpp" +#include "svnqttypes.h" /** @author */ class Propertylist : public TDEListView { - Q_OBJECT + TQ_OBJECT public: Propertylist(TQWidget *parent = 0, const char *name = 0); |