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 | 04766b207afba7961d4d802313e426f5a2fbef63 (patch) | |
tree | c888ea1027c793e2d0386a7e5a1a0cd077b03cb3 /lib/kofficeui/KoContextCelp.h | |
parent | b6edfe41c9395f2e20784cbf0e630af6426950a3 (diff) | |
download | koffice-04766b207afba7961d4d802313e426f5a2fbef63.tar.gz koffice-04766b207afba7961d4d802313e426f5a2fbef63.zip |
rename the following methods:
tqparent parent
tqmask mask
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/applications/koffice@1246260 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'lib/kofficeui/KoContextCelp.h')
-rw-r--r-- | lib/kofficeui/KoContextCelp.h | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/lib/kofficeui/KoContextCelp.h b/lib/kofficeui/KoContextCelp.h index b21eba5b..889e006d 100644 --- a/lib/kofficeui/KoContextCelp.h +++ b/lib/kofficeui/KoContextCelp.h @@ -36,7 +36,7 @@ class KoVerticalLabel : public TQWidget TQ_OBJECT public: - KoVerticalLabel( TQWidget* tqparent = 0, const char* name = 0 ); + KoVerticalLabel( TQWidget* parent = 0, const char* name = 0 ); ~KoVerticalLabel(); public slots: @@ -60,7 +60,7 @@ class KoHelpNavButton : public TQWidget Down }; - KoHelpNavButton( NavDirection d, TQWidget* tqparent ); + KoHelpNavButton( NavDirection d, TQWidget* parent ); signals: void pressed(); @@ -87,7 +87,7 @@ class KoTinyButton : public TQWidget Sticky }; - KoTinyButton( Action a, TQWidget* tqparent ); + KoTinyButton( Action a, TQWidget* parent ); signals: void clicked(); @@ -111,7 +111,7 @@ class KoHelpView : public TQWidget TQ_OBJECT public: - KoHelpView( TQWidget* tqparent ); + KoHelpView( TQWidget* parent ); ~KoHelpView(); void setText( const TQString& text ); @@ -137,7 +137,7 @@ class KoHelpWidget : public TQWidget TQ_OBJECT public: - KoHelpWidget( TQString help, TQWidget* tqparent ); + KoHelpWidget( TQString help, TQWidget* parent ); void setText( TQString text ); void timerEvent( TQTimerEvent* ); @@ -174,7 +174,7 @@ class KoContextHelpPopup : public TQWidget TQ_OBJECT public: - KoContextHelpPopup( TQWidget* tqparent = 0 ); + KoContextHelpPopup( TQWidget* parent = 0 ); ~KoContextHelpPopup(); public slots: @@ -220,7 +220,7 @@ class KOFFICEUI_EXPORT KoContextHelpAction : public KToggleAction TQ_OBJECT public: - KoContextHelpAction( KActionCollection* parentCollection, TQWidget* tqparent = 0 ); + KoContextHelpAction( KActionCollection* parentCollection, TQWidget* parent = 0 ); virtual ~KoContextHelpAction(); public slots: @@ -243,7 +243,7 @@ class KoContextHelpWidget : public TQWidget TQ_OBJECT public: - KoContextHelpWidget( TQWidget* tqparent = 0, const char* name = 0 ); + KoContextHelpWidget( TQWidget* parent = 0, const char* name = 0 ); ~KoContextHelpWidget(); public slots: @@ -267,7 +267,7 @@ class KoContextHelpDocker : public TQDockWindow TQ_OBJECT public: - KoContextHelpDocker( TQWidget* tqparent = 0, const char* name = 0 ); + KoContextHelpDocker( TQWidget* parent = 0, const char* name = 0 ); ~KoContextHelpDocker(); public slots: |