summaryrefslogtreecommitdiffstats
path: root/kuickshow/src/mainwidget.h
diff options
context:
space:
mode:
Diffstat (limited to 'kuickshow/src/mainwidget.h')
-rw-r--r--kuickshow/src/mainwidget.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kuickshow/src/mainwidget.h b/kuickshow/src/mainwidget.h
index 875fbcec..acee576b 100644
--- a/kuickshow/src/mainwidget.h
+++ b/kuickshow/src/mainwidget.h
@@ -31,7 +31,7 @@ class MainWidget : public TQWidget
TQ_OBJECT
public:
- MainWidget( TQString, TQWidget *tqparent, const char *name=0L);
+ MainWidget( TQString, TQWidget *parent, const char *name=0L);
~MainWidget();
FileView* getFileBox() { return box; }