summaryrefslogtreecommitdiffstats
path: root/korganizer/plugins/exchange/exchangeconfig.h
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-07-31 19:53:50 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-07-31 19:53:50 +0000
commit7be55ffa061c026e35e2d6a0effe1161ddb0d41f (patch)
tree8474f9b444b2756228600050f07a7ff25de532b2 /korganizer/plugins/exchange/exchangeconfig.h
parentf587f20a6d09f1729dd0a8c1cd8ee0110aec7451 (diff)
downloadtdepim-7be55ffa061c026e35e2d6a0effe1161ddb0d41f.tar.gz
tdepim-7be55ffa061c026e35e2d6a0effe1161ddb0d41f.zip
Trinity Qt initial conversion
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/kdepim@1157655 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'korganizer/plugins/exchange/exchangeconfig.h')
-rw-r--r--korganizer/plugins/exchange/exchangeconfig.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/korganizer/plugins/exchange/exchangeconfig.h b/korganizer/plugins/exchange/exchangeconfig.h
index ba974ba2..0e18bfe2 100644
--- a/korganizer/plugins/exchange/exchangeconfig.h
+++ b/korganizer/plugins/exchange/exchangeconfig.h
@@ -19,8 +19,8 @@
#ifndef EXCHANGECONFIG_H
#define EXCHANGECONFIG_H
-#include <qcheckbox.h>
-#include <qpushbutton.h>
+#include <tqcheckbox.h>
+#include <tqpushbutton.h>
#include <kdialogbase.h>
#include <klineedit.h>
//#include <kpassdlg.h>
@@ -31,7 +31,7 @@ class ExchangeConfig : public KDialogBase
{
Q_OBJECT
public:
- ExchangeConfig(KPIM::ExchangeAccount* account, QWidget *parent=0);
+ ExchangeConfig(KPIM::ExchangeAccount* account, TQWidget *parent=0);
virtual ~ExchangeConfig();
// protected:
@@ -40,7 +40,7 @@ class ExchangeConfig : public KDialogBase
protected slots:
void slotToggleAuto( bool on );
- void slotUserChanged( const QString& text );
+ void slotUserChanged( const TQString& text );
void slotFindClicked();
void slotOk();
@@ -50,9 +50,9 @@ class ExchangeConfig : public KDialogBase
KLineEdit *m_host;
KLineEdit *m_port;
KLineEdit *m_user;
- QCheckBox *m_autoMailbox;
+ TQCheckBox *m_autoMailbox;
KLineEdit *m_mailbox;
- QPushButton* m_tryFindMailbox;
+ TQPushButton* m_tryFindMailbox;
KLineEdit *m_password;
};