summaryrefslogtreecommitdiffstats
path: root/libtdeedu/extdate/extdatetimeedit.h
diff options
context:
space:
mode:
Diffstat (limited to 'libtdeedu/extdate/extdatetimeedit.h')
-rw-r--r--libtdeedu/extdate/extdatetimeedit.h18
1 files changed, 9 insertions, 9 deletions
diff --git a/libtdeedu/extdate/extdatetimeedit.h b/libtdeedu/extdate/extdatetimeedit.h
index 449839c8..c4feaed7 100644
--- a/libtdeedu/extdate/extdatetimeedit.h
+++ b/libtdeedu/extdate/extdatetimeedit.h
@@ -37,7 +37,7 @@ class TQTimeEdit;
class ExtDateTimeEditBase : public TQWidget
{
- Q_OBJECT
+ TQ_OBJECT
public:
ExtDateTimeEditBase( TQWidget* parent=0, const char* name=0 )
@@ -61,9 +61,9 @@ private:
class ExtDateEditPrivate;
-class KDE_EXPORT ExtDateEdit : public ExtDateTimeEditBase
+class TDE_EXPORT ExtDateEdit : public ExtDateTimeEditBase
{
- Q_OBJECT
+ TQ_OBJECT
TQ_ENUMS( Order )
TQ_PROPERTY( Order order READ order WRITE setOrder )
@@ -147,7 +147,7 @@ private:
//
// class TQ_EXPORT TQTimeEdit : public ExtDateTimeEditBase
// {
-// Q_OBJECT
+// TQ_OBJECT
//
// TQ_SETS( Display )
// TQ_PROPERTY( TQTime time READ time WRITE setTime )
@@ -230,9 +230,9 @@ private:
class ExtDateTimeEditPrivate;
-class KDE_EXPORT ExtDateTimeEdit : public TQWidget
+class TDE_EXPORT ExtDateTimeEdit : public TQWidget
{
- Q_OBJECT
+ TQ_OBJECT
// TQ_PROPERTY( ExtDateTime dateTime READ dateTime WRITE setDateTime )
@@ -285,7 +285,7 @@ private:
class TQNumberSection
{
public:
- TQNumberSection( int selStart = 0, int selEnd = 0, bool separat = TRUE, int actual = -1 )
+ TQNumberSection( int selStart = 0, int selEnd = 0, bool separat = true, int actual = -1 )
: selstart( selStart ), selend( selEnd ), act( actual ), sep( separat )
{}
int selectionStart() const { return selstart; }
@@ -307,7 +307,7 @@ class ExtDateTimeEditorPrivate;
class ExtDateTimeEditor : public TQWidget
{
- Q_OBJECT
+ TQ_OBJECT
public:
ExtDateTimeEditor( ExtDateTimeEditBase * parent=0,
@@ -343,7 +343,7 @@ private:
class ExtDateTimeSpinWidget : public TQSpinWidget
{
- Q_OBJECT
+ TQ_OBJECT
public:
ExtDateTimeSpinWidget( TQWidget *parent, const char *name )