summaryrefslogtreecommitdiffstats
path: root/src/gvcore/printdialog.cpp
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-10 22:19:39 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2011-08-10 22:19:39 +0000
commitf1087d880d002e2f4bde6adad1592bda91460d12 (patch)
tree4299342b1275cda0c626877485a02fa8fdd7c1d5 /src/gvcore/printdialog.cpp
parentff8c66f117613688a0979d2296cbf6c778136419 (diff)
downloadgwenview-f1087d880d002e2f4bde6adad1592bda91460d12.tar.gz
gwenview-f1087d880d002e2f4bde6adad1592bda91460d12.zip
rename the following methods:
tqparent parent tqmask mask git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/gwenview@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'src/gvcore/printdialog.cpp')
-rw-r--r--src/gvcore/printdialog.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gvcore/printdialog.cpp b/src/gvcore/printdialog.cpp
index 2359793..98524af 100644
--- a/src/gvcore/printdialog.cpp
+++ b/src/gvcore/printdialog.cpp
@@ -76,8 +76,8 @@ static inline double unitToMM(Unit unit) {
}
-PrintDialogPage::PrintDialogPage( Document* document, TQWidget *tqparent, const char *name )
- : KPrintDialogPage( tqparent, name ) {
+PrintDialogPage::PrintDialogPage( Document* document, TQWidget *parent, const char *name )
+ : KPrintDialogPage( parent, name ) {
mDocument = document;
mContent = new PrintDialogPageBase(this);
setTitle( mContent->caption() );