summaryrefslogtreecommitdiffstats
path: root/libtdeedu
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2023-06-10 11:37:17 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2023-06-10 11:37:17 +0900
commit62951a443b879f78817859fc4c56bc382741612e (patch)
tree94888efcf9b5cba13be55dd7bcbb2a11ee058492 /libtdeedu
parent610666ca3799e0d1de7abadec108f4683d59d55b (diff)
downloadtdeedu-62951a443b879f78817859fc4c56bc382741612e.tar.gz
tdeedu-62951a443b879f78817859fc4c56bc382741612e.zip
Drop TQT_NO_COMPAT code
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'libtdeedu')
-rw-r--r--libtdeedu/extdate/extdatetime.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/libtdeedu/extdate/extdatetime.h b/libtdeedu/extdate/extdatetime.h
index 479d1fae..61ddf126 100644
--- a/libtdeedu/extdate/extdatetime.h
+++ b/libtdeedu/extdate/extdatetime.h
@@ -58,10 +58,6 @@ public:
long int jd() const { return m_jd; }
#ifndef TQT_NO_TEXTDATE
-#ifndef TQT_NO_COMPAT
- static TQString monthName( int month ) { return shortMonthName( month ); }
- static TQString dayName( int weekday ) { return shortDayName( weekday ); }
-#endif
static TQString shortMonthName( int month );
static TQString shortDayName( int weekday );
static TQString longMonthName( int month );