summaryrefslogtreecommitdiffstats
path: root/kfind/kdatecombo.h
diff options
context:
space:
mode:
Diffstat (limited to 'kfind/kdatecombo.h')
-rw-r--r--kfind/kdatecombo.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kfind/kdatecombo.h b/kfind/kdatecombo.h
index d8da787b8..ab714a3ba 100644
--- a/kfind/kdatecombo.h
+++ b/kfind/kdatecombo.h
@@ -26,7 +26,7 @@ public:
KDateCombo(const TQDate & date, TQWidget *parent=0, const char *name=0);
~KDateCombo();
- TQDate & getDate(TQDate *tqcurrentDate);
+ TQDate & getDate(TQDate *currentDate);
bool setDate(const TQDate & newDate);
private: