From 46164d2bf7219e6db2daf81d76cf45301d97c10f Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 24 Jan 2013 13:27:00 -0600 Subject: Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4 --- systemsettings/mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'systemsettings/mainwindow.cpp') diff --git a/systemsettings/mainwindow.cpp b/systemsettings/mainwindow.cpp index 866af19..3cd07d8 100644 --- a/systemsettings/mainwindow.cpp +++ b/systemsettings/mainwindow.cpp @@ -141,7 +141,7 @@ void MainWindow::buildActions() // "Search:" label TQLabel *searchLabel = new TQLabel( this, "SearchLabel"); searchLabel->setText( i18n("&Search:") ); - searchLabel->setFont(KGlobalSettings::toolBarFont()); + searchLabel->setFont(TDEGlobalSettings::toolBarFont()); searchLabel->setMargin(2); searchText = new KWidgetAction( searchLabel, i18n("&Search:"), Key_F6, 0, 0, actionCollection(), "searchText" ); searchLabel->setBuddy( search ); -- cgit v1.2.3