summaryrefslogtreecommitdiffstats
path: root/lib/kofficeui/KoInsertLink.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'lib/kofficeui/KoInsertLink.cpp')
-rw-r--r--lib/kofficeui/KoInsertLink.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/kofficeui/KoInsertLink.cpp b/lib/kofficeui/KoInsertLink.cpp
index f0ff9ff1c..94a2ffb75 100644
--- a/lib/kofficeui/KoInsertLink.cpp
+++ b/lib/kofficeui/KoInsertLink.cpp
@@ -463,7 +463,7 @@ fileLinkPage::fileLinkPage( TQWidget *parent , char *name )
tmpTQLabel->setText(i18n("Recent file:"));
TQComboBox * recentFile = new TQComboBox( this );
- recentFile->setMaximumWidth( kapp->desktop()->width()*3/4 );
+ recentFile->setMaximumWidth( tdeApp->desktop()->width()*3/4 );
lay2->addWidget(recentFile);
TQStringList fileList = TDERecentDocument::recentDocuments();