summaryrefslogtreecommitdiffstats
path: root/quanta/dialogs/filecombo.h
diff options
context:
space:
mode:
Diffstat (limited to 'quanta/dialogs/filecombo.h')
-rw-r--r--quanta/dialogs/filecombo.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/quanta/dialogs/filecombo.h b/quanta/dialogs/filecombo.h
index 6991243b..e8610816 100644
--- a/quanta/dialogs/filecombo.h
+++ b/quanta/dialogs/filecombo.h
@@ -31,9 +31,10 @@ class KURL;
class FileCombo : public TQWidget {
Q_OBJECT
+ TQ_OBJECT
public:
- FileCombo(const KURL& a_baseURL, TQWidget *parent=0, const char *name=0);
- FileCombo(TQWidget *parent=0, const char *name=0);
+ FileCombo(const KURL& a_baseURL, TQWidget *tqparent=0, const char *name=0);
+ FileCombo(TQWidget *tqparent=0, const char *name=0);
~FileCombo();
TQString text() const;