diff options
author | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-10 22:19:39 +0000 |
---|---|---|
committer | tpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da> | 2011-08-10 22:19:39 +0000 |
commit | 0579ae7150f2a95685fdb5754cd092c5588ca7a6 (patch) | |
tree | 7540de357de9931ce03959ef8b668ecec7a13ea3 /src/kexportdialog.h | |
parent | 604ed09603bcbb3b0ef10b1837bcafe81cd2423c (diff) | |
download | kpicosim-0579ae7150f2a95685fdb5754cd092c5588ca7a6.tar.gz kpicosim-0579ae7150f2a95685fdb5754cd092c5588ca7a6.zip |
rename the following methods:
tqparent parent
tqmask mask
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/kpicosim@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'src/kexportdialog.h')
-rwxr-xr-x | src/kexportdialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/kexportdialog.h b/src/kexportdialog.h index a2151df..b52293d 100755 --- a/src/kexportdialog.h +++ b/src/kexportdialog.h @@ -32,7 +32,7 @@ class KExportDialog : public TQDialog Q_OBJECT TQ_OBJECT public: - KExportDialog(TQWidget *tqparent = 0, const char *name = 0 ); + KExportDialog(TQWidget *parent = 0, const char *name = 0 ); ~KExportDialog(); void setOutputDir( TQString dir ) ; |