summaryrefslogtreecommitdiffstats
path: root/kexi/plugins
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2026-03-12 15:05:16 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2026-03-12 15:05:16 +0900
commit7723e709cedf05437e464158ce3f6f4b6806effe (patch)
treeee35b3379174400d351783fc7bd458f26bfd3d65 /kexi/plugins
parentee1d68b71d187a56488c844007c6803ec32d010f (diff)
downloadkoffice-remove/tde-version.tar.gz
koffice-remove/tde-version.zip
Remove use of TDE_VERSIONremove/tde-version
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kexi/plugins')
-rw-r--r--kexi/plugins/forms/kexidbfactory.cpp12
-rw-r--r--kexi/plugins/macros/lib/komacro_export.h1
2 files changed, 0 insertions, 13 deletions
diff --git a/kexi/plugins/forms/kexidbfactory.cpp b/kexi/plugins/forms/kexidbfactory.cpp
index 1dbffdb19..3ba7b342b 100644
--- a/kexi/plugins/forms/kexidbfactory.cpp
+++ b/kexi/plugins/forms/kexidbfactory.cpp
@@ -210,11 +210,7 @@ KexiDBFactory::KexiDBFactory(TQObject *parent, const char *name, const TQStringL
#endif
/*
-#if TDE_VERSION >= TDE_MAKE_VERSION(3,1,9)
KexiDataAwareWidgetInfo *wDate = new KexiDataAwareWidgetInfo(this, "stdwidgets", "KDateWidget");
-#else
- KexiDataAwareWidgetInfo *wDate = new KexiDataAwareWidgetInfo(this, "stdwidgets", "TQDateEdit");
-#endif
wDate->setPixmap("dateedit");
wDate->setClassName("KexiDBDateEdit");
wDate->addAlternateClassName("TQDateEdit", true);//override
@@ -225,11 +221,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 >= TDE_MAKE_VERSION(3,1,9)
KexiDataAwareWidgetInfo *wTime = new KexiDataAwareWidgetInfo(this, "stdwidgets", "KTimeWidget");
-#else
- KexiDataAwareWidgetInfo *wTime = new KexiDataAwareWidgetInfo(this, "stdwidgets", "TQTimeEdit");
-#endif
wTime->setPixmap("timeedit");
wTime->setClassName("KexiDBTimeEdit");
wTime->addAlternateClassName("TQTimeEdit", true);//override
@@ -240,11 +232,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 >= TDE_MAKE_VERSION(3,1,9)
KexiDataAwareWidgetInfo *wDateTime = new KexiDataAwareWidgetInfo(this, "stdwidgets", "KDateTimeWidget");
-#else
- KexiDataAwareWidgetInfo *wDateTime = new KexiDataAwareWidgetInfo(this, "stdwidgets", "KDateTimeWidget");
-#endif
wDateTime->setPixmap("datetimeedit");
wDateTime->setClassName("KexiDBDateTimeEdit");
wDateTime->addAlternateClassName("TQDateTimeEdit", true);//override
diff --git a/kexi/plugins/macros/lib/komacro_export.h b/kexi/plugins/macros/lib/komacro_export.h
index 9b03f2698..36a8d13cc 100644
--- a/kexi/plugins/macros/lib/komacro_export.h
+++ b/kexi/plugins/macros/lib/komacro_export.h
@@ -21,7 +21,6 @@
#define KOMACRO_EXPORT_H_
#ifdef __cplusplus
-# include <tdeversion.h> /* this will also include <tdelibs_export.h>, if available */
#endif
/* TDE_EXPORT will be defined multiple times without this on tdelibs 3.3 (tested on 3.3.1) */