diff options
Diffstat (limited to 'korganizer/koeditorgeneral.h')
-rw-r--r-- | korganizer/koeditorgeneral.h | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/korganizer/koeditorgeneral.h b/korganizer/koeditorgeneral.h index 1a9d6017c..d67305cf1 100644 --- a/korganizer/koeditorgeneral.h +++ b/korganizer/koeditorgeneral.h @@ -17,8 +17,8 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. As a special exception, permission is given to link this program - with any edition of Qt, and distribute the resulting executable, - without including the source code for Qt in the source distribution. + with any edition of TQt, and distribute the resulting executable, + without including the source code for TQt in the source distribution. */ #ifndef KOEDITORGENERAL_H #define KOEDITORGENERAL_H @@ -46,11 +46,12 @@ namespace KCal { } using namespace KCal; -class FocusLineEdit : public QLineEdit +class FocusLineEdit : public TQLineEdit { Q_OBJECT + TQ_OBJECT public: - FocusLineEdit( TQWidget *parent ); + FocusLineEdit( TQWidget *tqparent ); signals: void focusReceivedSignal(); @@ -62,14 +63,15 @@ class FocusLineEdit : public QLineEdit bool mSkipFirst; }; -class KOEditorGeneral : public QObject +class KOEditorGeneral : public TQObject { Q_OBJECT + TQ_OBJECT public: - KOEditorGeneral (TQObject* parent=0,const char* name=0); + KOEditorGeneral (TQObject* tqparent=0,const char* name=0); virtual ~KOEditorGeneral(); - void initHeader( TQWidget *parent,TQBoxLayout *topLayout ); + void initHeader( TQWidget *tqparent,TQBoxLayout *topLayout ); void initDescription(TQWidget *,TQBoxLayout *); void initSecrecy(TQWidget *,TQBoxLayout *); void initAlarm(TQWidget *,TQBoxLayout *); |