summaryrefslogtreecommitdiffstats
path: root/kmymoney2/dialogs/krecentfileitem.h
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.h
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.h')
-rw-r--r--kmymoney2/dialogs/krecentfileitem.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/kmymoney2/dialogs/krecentfileitem.h b/kmymoney2/dialogs/krecentfileitem.h
index 89a080a..bc89c48 100644
--- a/kmymoney2/dialogs/krecentfileitem.h
+++ b/kmymoney2/dialogs/krecentfileitem.h
@@ -40,10 +40,10 @@
* @author Michael Edwardes
*/
-class KRecentFileItem : public TQIconViewItem {
+class TDERecentFileItem : public TQIconViewItem {
public:
- KRecentFileItem(const TQString& url, TQIconView* parent, const TQString& text, const TQPixmap& icon);
- ~KRecentFileItem();
+ TDERecentFileItem(const TQString& url, TQIconView* parent, const TQString& text, const TQPixmap& icon);
+ ~TDERecentFileItem();
TQString fileURL(void) const { return m_url; }
bool move( int x, int y );