summaryrefslogtreecommitdiffstats
path: root/korganizer/plugins/hebrew/configdialog.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/hebrew/configdialog.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/hebrew/configdialog.h')
-rw-r--r--korganizer/plugins/hebrew/configdialog.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/korganizer/plugins/hebrew/configdialog.h b/korganizer/plugins/hebrew/configdialog.h
index 1d0d18115..1638f75c3 100644
--- a/korganizer/plugins/hebrew/configdialog.h
+++ b/korganizer/plugins/hebrew/configdialog.h
@@ -20,7 +20,7 @@
#define CONFIGDIALOG_H
#include <kdialogbase.h>
-#include <qcheckbox.h>
+#include <tqcheckbox.h>
/**
@author Jonathan Singer
@@ -29,7 +29,7 @@ class ConfigDialog:public KDialogBase
{
Q_OBJECT public:
- ConfigDialog(QWidget * parent = 0);
+ ConfigDialog(TQWidget * parent = 0);
virtual ~ ConfigDialog();
protected:
@@ -39,10 +39,10 @@ protected:
protected slots: void slotOk();
private:
- QCheckBox * omer_box;
- QCheckBox *parsha_box;
- QCheckBox *israel_box;
- QCheckBox *chol_box;
+ TQCheckBox * omer_box;
+ TQCheckBox *parsha_box;
+ TQCheckBox *israel_box;
+ TQCheckBox *chol_box;
};