From 7be55ffa061c026e35e2d6a0effe1161ddb0d41f Mon Sep 17 00:00:00 2001 From: tpearson Date: Sat, 31 Jul 2010 19:53:50 +0000 Subject: Trinity Qt initial conversion git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1157655 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- certmanager/customactions.h | 30 +++++++++++++++--------------- 1 file changed, 15 insertions(+), 15 deletions(-) (limited to 'certmanager/customactions.h') diff --git a/certmanager/customactions.h b/certmanager/customactions.h index 44957487b..ad3505b78 100644 --- a/certmanager/customactions.h +++ b/certmanager/customactions.h @@ -35,48 +35,48 @@ #include -#include +#include class QLineEdit; class LabelAction : public KAction { Q_OBJECT public: - LabelAction( const QString & text, KActionCollection * parent, + LabelAction( const TQString & text, KActionCollection * parent, const char* name ); - int plug( QWidget * widget, int index=-1 ); + int plug( TQWidget * widget, int index=-1 ); }; class LineEditAction : public KAction { Q_OBJECT public: - LineEditAction( const QString & text, KActionCollection * parent, - QObject * receiver, const char * member, const char * name ); + LineEditAction( const TQString & text, KActionCollection * parent, + TQObject * receiver, const char * member, const char * name ); - int plug( QWidget * widget, int index=-1 ); + int plug( TQWidget * widget, int index=-1 ); void clear(); void focusAll(); - QString text() const; - void setText( const QString & txt ); + TQString text() const; + void setText( const TQString & txt ); private: - QLineEdit* _le; - QObject * _receiver; + TQLineEdit* _le; + TQObject * _receiver; const char * _member; }; class ComboAction : public KAction { Q_OBJECT public: - ComboAction( const QStringList & lst, KActionCollection * parent, - QObject * receiver, const char * member, const char * name, + ComboAction( const TQStringList & lst, KActionCollection * parent, + TQObject * receiver, const char * member, const char * name, int selectedID ); - int plug( QWidget * widget, int index=-1 ); + int plug( TQWidget * widget, int index=-1 ); private: - QStringList _lst; - QObject * _receiver; + TQStringList _lst; + TQObject * _receiver; const char * _member; int _selectedId; }; -- cgit v1.2.1