summaryrefslogtreecommitdiffstats
path: root/lib/kofficeui/KoContextCelp.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/kofficeui/KoContextCelp.h')
-rw-r--r--lib/kofficeui/KoContextCelp.h18
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: