diff options
Diffstat (limited to 'lib/kformula/symbolaction.h')
-rw-r--r-- | lib/kformula/symbolaction.h | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/lib/kformula/symbolaction.h b/lib/kformula/symbolaction.h index 704afa2e..a8e7eadf 100644 --- a/lib/kformula/symbolaction.h +++ b/lib/kformula/symbolaction.h @@ -21,9 +21,9 @@ #define _SYMBOLACTION_H_ #include <kaction.h> -#include <qvaluelist.h> -#include <qstringlist.h> -#include <qmemarray.h> +#include <tqvaluelist.h> +#include <tqstringlist.h> +#include <tqmemarray.h> #include "kformuladefs.h" @@ -32,19 +32,19 @@ KFORMULA_NAMESPACE_BEGIN class SymbolAction : public KSelectAction { public: - SymbolAction( QObject* parent = 0, const char* name = 0 ); - SymbolAction( const QString& text, const KShortcut& cut, - const QObject* receiver, const char* slot, QObject* parent, + SymbolAction( TQObject* tqparent = 0, const char* name = 0 ); + SymbolAction( const TQString& text, const KShortcut& cut, + const TQObject* receiver, const char* slot, TQObject* tqparent, const char* name = 0 ); - int plug( QWidget*, int index = -1 ); - void setSymbols( const QStringList&, const QFont& font, const QMemArray<QChar>& ); + int plug( TQWidget*, int index = -1 ); + void setSymbols( const TQStringList&, const TQFont& font, const TQMemArray<TQChar>& ); void updateItems( int ); private: - QValueList<QFont> m_fonts; - QMemArray<QChar> m_chars; - QFont m_font; + TQValueList<TQFont> m_fonts; + TQMemArray<TQChar> m_chars; + TQFont m_font; }; KFORMULA_NAMESPACE_END |