summaryrefslogtreecommitdiffstats
path: root/tqtinterface/qt4/tools/designer/examples/filechooser/widget/filechooser.h
diff options
context:
space:
mode:
Diffstat (limited to 'tqtinterface/qt4/tools/designer/examples/filechooser/widget/filechooser.h')
-rw-r--r--tqtinterface/qt4/tools/designer/examples/filechooser/widget/filechooser.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tqtinterface/qt4/tools/designer/examples/filechooser/widget/filechooser.h b/tqtinterface/qt4/tools/designer/examples/filechooser/widget/filechooser.h
index 0062e5b..58d68ce 100644
--- a/tqtinterface/qt4/tools/designer/examples/filechooser/widget/filechooser.h
+++ b/tqtinterface/qt4/tools/designer/examples/filechooser/widget/filechooser.h
@@ -21,7 +21,7 @@ class TQT_WIDGET_PLUGIN_EXPORT FileChooser : public TQWidget
Q_PROPERTY( TQString fileName READ fileName WRITE setFileName )
public:
- FileChooser( TQWidget *tqparent = 0, const char *name = 0);
+ FileChooser( TQWidget *parent = 0, const char *name = 0);
enum Mode { File, Directory };