diff options
Diffstat (limited to 'lib/kformula/symbolaction.h')
| -rw-r--r-- | lib/kformula/symbolaction.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/kformula/symbolaction.h b/lib/kformula/symbolaction.h index a8e7eadf9..b31580142 100644 --- a/lib/kformula/symbolaction.h +++ b/lib/kformula/symbolaction.h @@ -32,9 +32,9 @@ KFORMULA_NAMESPACE_BEGIN class SymbolAction : public KSelectAction { public: - SymbolAction( TQObject* tqparent = 0, const char* name = 0 ); + SymbolAction( TQObject* parent = 0, const char* name = 0 ); SymbolAction( const TQString& text, const KShortcut& cut, - const TQObject* receiver, const char* slot, TQObject* tqparent, + const TQObject* receiver, const char* slot, TQObject* parent, const char* name = 0 ); int plug( TQWidget*, int index = -1 ); |
