summaryrefslogtreecommitdiffstats
path: root/kmymoney2/dialogs/krecentfileitem.h
diff options
context:
space:
mode:
Diffstat (limited to 'kmymoney2/dialogs/krecentfileitem.h')
-rw-r--r--kmymoney2/dialogs/krecentfileitem.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/kmymoney2/dialogs/krecentfileitem.h b/kmymoney2/dialogs/krecentfileitem.h
index 1859c96..89a080a 100644
--- a/kmymoney2/dialogs/krecentfileitem.h
+++ b/kmymoney2/dialogs/krecentfileitem.h
@@ -42,7 +42,7 @@
class KRecentFileItem : public TQIconViewItem {
public:
- KRecentFileItem(const TQString& url, TQIconView* tqparent, const TQString& text, const TQPixmap& icon);
+ KRecentFileItem(const TQString& url, TQIconView* parent, const TQString& text, const TQPixmap& icon);
~KRecentFileItem();
TQString fileURL(void) const { return m_url; }