diff options
author | Timothy Pearson <[email protected]> | 2011-12-26 20:07:39 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2011-12-26 20:07:39 -0600 |
commit | 4163a7bc764c85387ab50a0a9042401aac430547 (patch) | |
tree | c2ede39f3fbc7e64aa67e9823aa37182289e22c3 /kexi/plugins/forms | |
parent | 039393e199a49b5158929668908f9cb1fe226484 (diff) | |
download | koffice-4163a7bc764c85387ab50a0a9042401aac430547.tar.gz koffice-4163a7bc764c85387ab50a0a9042401aac430547.zip |
Rename KDE_MAKE_VERSION and update TDE version string
Diffstat (limited to 'kexi/plugins/forms')
-rw-r--r-- | kexi/plugins/forms/kexidbfactory.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kexi/plugins/forms/kexidbfactory.cpp b/kexi/plugins/forms/kexidbfactory.cpp index c46b04de..bfc70226 100644 --- a/kexi/plugins/forms/kexidbfactory.cpp +++ b/kexi/plugins/forms/kexidbfactory.cpp @@ -210,7 +210,7 @@ KexiDBFactory::KexiDBFactory(TQObject *parent, const char *name, const TQStringL #endif /* -#if TDE_VERSION >= KDE_MAKE_VERSION(3,1,9) +#if TDE_VERSION >= TDE_MAKE_VERSION(3,1,9) KexiDataAwareWidgetInfo *wDate = new KexiDataAwareWidgetInfo(this, "stdwidgets", "KDateWidget"); #else KexiDataAwareWidgetInfo *wDate = new KexiDataAwareWidgetInfo(this, "stdwidgets", TQDATEEDIT_OBJECT_NAME_STRING); @@ -225,7 +225,7 @@ KexiDBFactory::KexiDBFactory(TQObject *parent, const char *name, const TQStringL wDate->setDescription(i18n("A widget to input and display a date")); addClass(wDate); -#if TDE_VERSION >= KDE_MAKE_VERSION(3,1,9) +#if TDE_VERSION >= TDE_MAKE_VERSION(3,1,9) KexiDataAwareWidgetInfo *wTime = new KexiDataAwareWidgetInfo(this, "stdwidgets", "KTimeWidget"); #else KexiDataAwareWidgetInfo *wTime = new KexiDataAwareWidgetInfo(this, "stdwidgets", TQTIMEEDIT_OBJECT_NAME_STRING); @@ -240,7 +240,7 @@ KexiDBFactory::KexiDBFactory(TQObject *parent, const char *name, const TQStringL wTime->setDescription(i18n("A widget to input and display a time")); addClass(wTime); -#if TDE_VERSION >= KDE_MAKE_VERSION(3,1,9) +#if TDE_VERSION >= TDE_MAKE_VERSION(3,1,9) KexiDataAwareWidgetInfo *wDateTime = new KexiDataAwareWidgetInfo(this, "stdwidgets", "KDateTimeWidget"); #else KexiDataAwareWidgetInfo *wDateTime = new KexiDataAwareWidgetInfo(this, "stdwidgets", "KDateTimeWidget"); |