From 1b93777b6479886165554b763531d7bea5fe6c1f Mon Sep 17 00:00:00 2001 From: tpearson Date: Wed, 10 Aug 2011 22:19:39 +0000 Subject: rename the following methods: tqparent parent tqmask mask git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdeaccessibility@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- kmouth/optionsdialog.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kmouth/optionsdialog.h') diff --git a/kmouth/optionsdialog.h b/kmouth/optionsdialog.h index ac50f7d..a53d230 100644 --- a/kmouth/optionsdialog.h +++ b/kmouth/optionsdialog.h @@ -35,7 +35,7 @@ class PreferencesWidget : public PreferencesUI { Q_OBJECT TQ_OBJECT public: - PreferencesWidget(TQWidget *tqparent, const char *name); + PreferencesWidget(TQWidget *parent, const char *name); ~PreferencesWidget(); void readOptions (KConfig *config); @@ -59,7 +59,7 @@ class OptionsDialog : public KDialogBase { Q_OBJECT TQ_OBJECT public: - OptionsDialog(TQWidget *tqparent); + OptionsDialog(TQWidget *parent); ~OptionsDialog(); void slotCancel(); -- cgit v1.2.1