diff options
Diffstat (limited to 'src/ksvnwidgets/depthselector.h')
-rw-r--r-- | src/ksvnwidgets/depthselector.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ksvnwidgets/depthselector.h b/src/ksvnwidgets/depthselector.h index ce44d29..ea76862 100644 --- a/src/ksvnwidgets/depthselector.h +++ b/src/ksvnwidgets/depthselector.h @@ -22,12 +22,12 @@ #include "depthform.h" -#include "svnqttypes.hpp" +#include "svnqttypes.h" class TQCheckBox; class DepthSelector: public DepthSettings { - Q_OBJECT + TQ_OBJECT public: DepthSelector(TQWidget *parent = 0, const char *name = 0); |