summaryrefslogtreecommitdiffstats
path: root/kmymoney2/dialogs/kstartdlg.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/kstartdlg.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/kstartdlg.cpp')
-rw-r--r--kmymoney2/dialogs/kstartdlg.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/kmymoney2/dialogs/kstartdlg.cpp b/kmymoney2/dialogs/kstartdlg.cpp
index f6f1460..9aefa00 100644
--- a/kmymoney2/dialogs/kstartdlg.cpp
+++ b/kmymoney2/dialogs/kstartdlg.cpp
@@ -142,7 +142,7 @@ void KStartDlg::readConfig()
if( !value.isNull() && fileExists(value) )
{
TQString file_name = value.mid(value.findRev('/')+1);
- (void)new KRecentFileItem( value, view_recent, file_name, il->loadIcon("kmy", KIcon::Desktop, KIcon::SizeLarge));
+ (void)new TDERecentFileItem( value, view_recent, file_name, il->loadIcon("kmy", KIcon::Desktop, KIcon::SizeLarge));
}
i++;
} while( !value.isNull() );
@@ -176,7 +176,7 @@ void KStartDlg::writeConfig()
/** slot to recent view */
void KStartDlg::slotRecentClicked(TQIconViewItem *item)
{
- KRecentFileItem *kitem = (KRecentFileItem*)item;
+ TDERecentFileItem *kitem = (TDERecentFileItem*)item;
if(!kitem) return;
isopenfile = true;
@@ -220,7 +220,7 @@ void KStartDlg::slotTemplateSelectionChanged(TQIconViewItem* item)
void KStartDlg::slotRecentSelectionChanged(TQIconViewItem* item)
{
- KRecentFileItem *kitem = (KRecentFileItem*)item;
+ TDERecentFileItem *kitem = (TDERecentFileItem*)item;
if(!kitem) return;
// Clear the other selection