summaryrefslogtreecommitdiffstats
path: root/kviewshell/pageSizeDialog.h
diff options
context:
space:
mode:
Diffstat (limited to 'kviewshell/pageSizeDialog.h')
-rw-r--r--kviewshell/pageSizeDialog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kviewshell/pageSizeDialog.h b/kviewshell/pageSizeDialog.h
index f1b45a56..b0a0f1f9 100644
--- a/kviewshell/pageSizeDialog.h
+++ b/kviewshell/pageSizeDialog.h
@@ -37,7 +37,7 @@ public:
// value whenever the user clicks on 'accept' or 'ok'. Programmers
// can then connect to the signal sizeChanged() of the object to be
// informed about the changes.
- pageSizeDialog( TQWidget *tqparent=0, pageSize *userPrefdPageSize=0, const char *name=0, bool modal=true);
+ pageSizeDialog( TQWidget *parent=0, pageSize *userPrefdPageSize=0, const char *name=0, bool modal=true);
void setPageSize(const TQString&);
protected slots: