summaryrefslogtreecommitdiffstats
path: root/kmymoney2/dialogs/krecentfileitem.cpp
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 15:01:10 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-02-01 15:01:10 -0600
commita6000c6f2f1a03b34f15d1948f63f0c894f09451 (patch)
tree59a9994e4bb71bc5a74704773e677f2d2474c017 /kmymoney2/dialogs/krecentfileitem.cpp
parentdb89d6f6d944825a20ce69bb11c23b19b2935164 (diff)
downloadkmymoney-a6000c6f2f1a03b34f15d1948f63f0c894f09451.tar.gz
kmymoney-a6000c6f2f1a03b34f15d1948f63f0c894f09451.zip
Rename a number of classes to enhance compatibility with KDE4
Diffstat (limited to 'kmymoney2/dialogs/krecentfileitem.cpp')
-rw-r--r--kmymoney2/dialogs/krecentfileitem.cpp6
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());