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 --- korganizer/plugins/hebrew/configdialog.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'korganizer/plugins/hebrew/configdialog.h') 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 -#include +#include /** @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; }; -- cgit v1.2.1