diff options
Diffstat (limited to 'kpresenter/KPrConfig.cpp')
-rw-r--r-- | kpresenter/KPrConfig.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/kpresenter/KPrConfig.cpp b/kpresenter/KPrConfig.cpp index e6e706cc..4009382c 100644 --- a/kpresenter/KPrConfig.cpp +++ b/kpresenter/KPrConfig.cpp @@ -798,8 +798,8 @@ void KPrConfigureDefaultDocPage::slotDefault() void KPrConfigureDefaultDocPage::selectNewDefaultFont() { TQStringList list; - KFontChooser::getFontList(list, KFontChooser::SmoothScalableFonts); - KFontDialog dlg( this, "Font Selector", false, true, list, true ); + TDEFontChooser::getFontList(list, TDEFontChooser::SmoothScalableFonts); + TDEFontDialog dlg( this, "Font Selector", false, true, list, true ); dlg.setFont(*font); int result = dlg.exec(); if (KDialog::Accepted == result) { @@ -939,7 +939,7 @@ KPrConfigurePathPage::KPrConfigurePathPage( KPrView *_view, TQWidget *parent, ch KPrDocument* doc = m_pView->kPresenterDoc(); config = KPrFactory::global()->config(); - m_pPathView = new KListView( this ); + m_pPathView = new TDEListView( this ); m_pPathView->setResizeMode(TQListView::NoColumn); m_pPathView->addColumn( i18n( "Type" ) ); m_pPathView->addColumn( i18n( "Path" ) ); |