From 8f88fbd71dfcee8eaddcf466580f55d4174eb7cb Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Fri, 1 Feb 2013 14:58:56 -0600 Subject: Rename a number of classes to enhance compatibility with KDE4 --- kcm_gtk/kcmgtk.cpp | 6 +++--- kcm_gtk/mozillaprofile.ui | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/kcm_gtk/kcmgtk.cpp b/kcm_gtk/kcmgtk.cpp index 97c7aaf..687e351 100644 --- a/kcm_gtk/kcmgtk.cpp +++ b/kcm_gtk/kcmgtk.cpp @@ -281,7 +281,7 @@ void KcmGtk::itemChanged() void KcmGtk::fontChangeClicked() { - if ( KFontDialog::getFont( font ) == KFontDialog::Accepted ) + if ( TDEFontDialog::getFont( font ) == TDEFontDialog::Accepted ) { updateFontPreview(); widget->fontGroup->setButton(widget->fontGroup->id(widget->fontOther)); @@ -569,7 +569,7 @@ void KcmGtk::firefoxFixClicked() for ( TQMapIterator it = profiles.begin(); it != profiles.end(); ++it ) { - KListViewItem* i = new KListViewItem(w->profilesList); + TDEListViewItem* i = new TDEListViewItem(w->profilesList); i->setPixmap(0, icon); i->setText(0, it.key()); i->setText(1, it.data()); @@ -585,7 +585,7 @@ void KcmGtk::firefoxFixClicked() TQListViewItemIterator it2(w->profilesList, TQListViewItemIterator::Selected); while (it2.current()) { - KListViewItem* i = (KListViewItem*) it2.current(); + TDEListViewItem* i = (TDEListViewItem*) it2.current(); ++it2; fixProfile(i->text(1)); diff --git a/kcm_gtk/mozillaprofile.ui b/kcm_gtk/mozillaprofile.ui index b6ece9e..26a8066 100644 --- a/kcm_gtk/mozillaprofile.ui +++ b/kcm_gtk/mozillaprofile.ui @@ -38,7 +38,7 @@ Please select the profiles that you want to fix: - + Profile -- cgit v1.2.1