summaryrefslogtreecommitdiffstats
path: root/src/svnfrontend/ccontextlistener.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/svnfrontend/ccontextlistener.h')
-rw-r--r--src/svnfrontend/ccontextlistener.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/svnfrontend/ccontextlistener.h b/src/svnfrontend/ccontextlistener.h
index a280782..b5f0966 100644
--- a/src/svnfrontend/ccontextlistener.h
+++ b/src/svnfrontend/ccontextlistener.h
@@ -20,8 +20,8 @@
#ifndef CCONTEXTLISTENER_H
#define CCONTEXTLISTENER_H
-#include "context_listener.hpp"
-#include "smart_pointer.hpp"
+#include "context_listener.h"
+#include "smart_pointer.h"
#include <tqobject.h>
#include <tqstring.h>
@@ -33,7 +33,7 @@ class CContextListenerData;
*/
class CContextListener : public TQObject, public svn::ContextListener,public svn::ref_count
{
- Q_OBJECT
+ TQ_OBJECT
public:
CContextListener(TQObject *parent = 0, const char *name = 0);