diff options
Diffstat (limited to 'kmymoney2/dialogs/krecentfileitem.cpp')
-rw-r--r-- | kmymoney2/dialogs/krecentfileitem.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kmymoney2/dialogs/krecentfileitem.cpp b/kmymoney2/dialogs/krecentfileitem.cpp index ff06c6a..495d81f 100644 --- a/kmymoney2/dialogs/krecentfileitem.cpp +++ b/kmymoney2/dialogs/krecentfileitem.cpp @@ -37,7 +37,7 @@ #include "krecentfileitem.h" -KRecentFileItem::KRecentFileItem(const TQString& url, TQIconView* parent, const TQString& text, const TQPixmap& icon) +TDERecentFileItem::TDERecentFileItem(const TQString& url, TQIconView* parent, const TQString& text, const TQPixmap& icon) : TQIconViewItem(parent, text, icon), m_url(url), m_parent(parent) @@ -47,11 +47,11 @@ KRecentFileItem::KRecentFileItem(const TQString& url, TQIconView* parent, const setDragEnabled(false); } -KRecentFileItem::~KRecentFileItem() +TDERecentFileItem::~TDERecentFileItem() { } -bool KRecentFileItem::move( int x, int y ) +bool TDERecentFileItem::move( int x, int y ) { TQRect r = rect(); TQToolTip::remove(m_parent, rect()); |