summaryrefslogtreecommitdiffstats
path: root/libkdeedu/extdate/extdatepicker.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2011-12-18 18:30:46 -0600
committerSlávek Banko <slavek.banko@axis.cz>2012-06-04 04:35:55 +0200
commitb142e177fd839801f225b2694b98095a59869772 (patch)
treee5f615fa20356b9335d4cb76bb5f96aa5d7a334d /libkdeedu/extdate/extdatepicker.h
parenta44a56fdf9ce1b7cc987f18c93b505adb9f24297 (diff)
downloadtdeedu-b142e177fd839801f225b2694b98095a59869772.tar.gz
tdeedu-b142e177fd839801f225b2694b98095a59869772.zip
Rename old tq methods that no longer need a unique name
(cherry picked from commit 999f961ff5278b84c8ffd8a91addb9343e589cf0)
Diffstat (limited to 'libkdeedu/extdate/extdatepicker.h')
-rw-r--r--libkdeedu/extdate/extdatepicker.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libkdeedu/extdate/extdatepicker.h b/libkdeedu/extdate/extdatepicker.h
index 794ccea6..f8295dfe 100644
--- a/libkdeedu/extdate/extdatepicker.h
+++ b/libkdeedu/extdate/extdatepicker.h
@@ -62,7 +62,7 @@ public:
* initially.
**/
ExtDatePicker(TQWidget *parent=0,
- ExtDate=ExtDate::tqcurrentDate(),
+ ExtDate=ExtDate::currentDate(),
const char *name=0);
/** The usual constructor. The given date will be displayed
@@ -92,7 +92,7 @@ public:
* size hint, try adding 28 to each of the reported numbers of
* pixels.
**/
- TQSize tqsizeHint() const;
+ TQSize sizeHint() const;
/**
* Sets the date.
@@ -138,7 +138,7 @@ public:
/**
* By calling this method with @p enable = true, ExtDatePicker will show
* a little close-button in the upper button-row. Clicking the
- * close-button will cause the ExtDatePicker's tqtopLevelWidget()'s close()
+ * close-button will cause the ExtDatePicker's topLevelWidget()'s close()
* method being called. This is mostly useful for toplevel datepickers
* without a window manager decoration.
* @see hasCloseButton