From 625904bd3097f9749450428904ca14ff2531824d 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/kdeutils@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- charselectapplet/charselectapplet.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'charselectapplet/charselectapplet.h') diff --git a/charselectapplet/charselectapplet.h b/charselectapplet/charselectapplet.h index 7145077..0aad05a 100644 --- a/charselectapplet/charselectapplet.h +++ b/charselectapplet/charselectapplet.h @@ -39,7 +39,7 @@ class ConfigDialog : public KDialogBase TQ_OBJECT public: - ConfigDialog(TQWidget* tqparent = 0, const char* name = 0); + ConfigDialog(TQWidget* parent = 0, const char* name = 0); void setCharacters(const TQString& s) { _characterInput->setText(s); } void setCellWidth(int w) { _widthSpinBox->setValue(w); } @@ -61,7 +61,7 @@ class CharTable : public TQFrame TQ_OBJECT public: - CharTable(TQWidget* tqparent = 0, const char* name = 0); + CharTable(TQWidget* parent = 0, const char* name = 0); void setRowsAndColumns(int, int); @@ -101,7 +101,7 @@ class CharSelectApplet : public KPanelApplet public: CharSelectApplet(const TQString& configFile, Type t = Stretch, int actions = 0, - TQWidget *tqparent = 0, const char *name = 0); + TQWidget *parent = 0, const char *name = 0); int widthForHeight(int height) const; int heightForWidth(int width) const; -- cgit v1.2.1