summaryrefslogtreecommitdiffstats
path: root/kaboodle/conf.h
diff options
context:
space:
mode:
Diffstat (limited to 'kaboodle/conf.h')
-rw-r--r--kaboodle/conf.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kaboodle/conf.h b/kaboodle/conf.h
index ecd1d0da..a79bc08a 100644
--- a/kaboodle/conf.h
+++ b/kaboodle/conf.h
@@ -38,13 +38,13 @@ class Conf : public KDialogBase
Q_OBJECT
public:
- Conf(QWidget *_parent = 0, const char *_name = 0);
+ Conf(TQWidget *_parent = 0, const char *_name = 0);
protected:
virtual void accept(void);
private:
- QCheckBox *autoPlay, *quitAfterPlaying;
+ TQCheckBox *autoPlay, *quitAfterPlaying;
};
}