diff options
Diffstat (limited to 'korn/kornaccountcfgimpl.h')
-rw-r--r-- | korn/kornaccountcfgimpl.h | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/korn/kornaccountcfgimpl.h b/korn/kornaccountcfgimpl.h index 1bbb44c3b..bfaf5c517 100644 --- a/korn/kornaccountcfgimpl.h +++ b/korn/kornaccountcfgimpl.h @@ -38,17 +38,17 @@ template< class T > class QPtrVector; class KornAccountCfgImpl : public KornAccountCfg { Q_OBJECT public: - KornAccountCfgImpl( QWidget * parent = 0, const char * name = 0 ); + KornAccountCfgImpl( TQWidget * parent = 0, const char * name = 0 ); ~KornAccountCfgImpl(); - void readConfig( KConfigGroup *config, QMap< QString, QString > *entries, int boxnr, int accountnr ); + void readConfig( KConfigGroup *config, TQMap< TQString, TQString > *entries, int boxnr, int accountnr ); void writeConfig(); public slots: void slotSSLChanged(); protected slots: - virtual void slotProtocolChanged( const QString& ); + virtual void slotProtocolChanged( const TQString& ); private slots: void slotOK(); @@ -59,11 +59,11 @@ private: int _urlfields; int _boxnr, _accountnr; - QVBoxLayout *_vlayout; - QHBoxLayout *_protocolLayout; - QPtrVector< QWidget > *_groupBoxes; + TQVBoxLayout *_vlayout; + TQHBoxLayout *_protocolLayout; + TQPtrVector< TQWidget > *_groupBoxes; - QPtrList< AccountInput > *_accountinput; + TQPtrList< AccountInput > *_accountinput; }; #endif //MK_KORNACCOUNTCFGIMPL_H |