diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 23:11:58 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-02-01 23:11:58 -0600 |
commit | e8837d86c8961bdfb65c25c6ff040468c95240cd (patch) | |
tree | feaa7456a26d48b1f72a2518c3a765de158cf309 /kmymoney2/dialogs/tderecentfileitem.cpp | |
parent | d0af61c358a04f3d3b956636076eb073dcf253c0 (diff) | |
download | kmymoney-e8837d86c8961bdfb65c25c6ff040468c95240cd.tar.gz kmymoney-e8837d86c8961bdfb65c25c6ff040468c95240cd.zip |
Rename many classes and header files to avoid conflicts with KDE4
Diffstat (limited to 'kmymoney2/dialogs/tderecentfileitem.cpp')
-rw-r--r-- | kmymoney2/dialogs/tderecentfileitem.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kmymoney2/dialogs/tderecentfileitem.cpp b/kmymoney2/dialogs/tderecentfileitem.cpp index 495d81f..2df5819 100644 --- a/kmymoney2/dialogs/tderecentfileitem.cpp +++ b/kmymoney2/dialogs/tderecentfileitem.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - krecentfileitem.cpp - description + tderecentfileitem.cpp - description ------------------- begin : Wed Jul 30 2003 copyright : (C) 2000-2003 by Michael Edwardes @@ -35,7 +35,7 @@ // Project Includes -#include "krecentfileitem.h" +#include "tderecentfileitem.h" TDERecentFileItem::TDERecentFileItem(const TQString& url, TQIconView* parent, const TQString& text, const TQPixmap& icon) : TQIconViewItem(parent, text, icon), |