diff options
Diffstat (limited to 'kalarm/fontcolour.h')
-rw-r--r-- | kalarm/fontcolour.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kalarm/fontcolour.h b/kalarm/fontcolour.h index b7205602a..c4b3a5517 100644 --- a/kalarm/fontcolour.h +++ b/kalarm/fontcolour.h @@ -37,7 +37,7 @@ class FontColourChooser : public TQWidget Q_OBJECT TQ_OBJECT public: - explicit FontColourChooser(TQWidget* tqparent = 0, const char* name = 0, + explicit FontColourChooser(TQWidget* parent = 0, const char* name = 0, bool onlyFixed = false, const TQStringList& fontList = TQStringList(), const TQString& frameLabel = i18n("Requested font"), |