summaryrefslogtreecommitdiffstats
path: root/src/ksvnwidgets/depthselector.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ksvnwidgets/depthselector.h')
-rw-r--r--src/ksvnwidgets/depthselector.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/ksvnwidgets/depthselector.h b/src/ksvnwidgets/depthselector.h
index 649537b..f6b9e2b 100644
--- a/src/ksvnwidgets/depthselector.h
+++ b/src/ksvnwidgets/depthselector.h
@@ -24,19 +24,20 @@
#include "src/svnqt/svnqttypes.hpp"
-class QCheckBox;
+class TQCheckBox;
class DepthSelector: public DepthSettings {
Q_OBJECT
+ TQ_OBJECT
public:
- DepthSelector(QWidget *parent = 0, const char *name = 0);
+ DepthSelector(TQWidget *tqparent = 0, const char *name = 0);
virtual ~DepthSelector();
svn::Depth getDepth()const;
- void addItemWidget(QWidget*);
+ void addItemWidget(TQWidget*);
void hideDepth(bool hide);
protected:
- QCheckBox*m_recurse;
+ TQCheckBox*m_recurse;
};
#endif