diff options
author | Timothy Pearson <[email protected]> | 2013-01-24 13:27:00 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-24 13:27:00 -0600 |
commit | 46164d2bf7219e6db2daf81d76cf45301d97c10f (patch) | |
tree | 9318201159d7c81ab880d6e8da71cf422e5cacf2 /systemsettings/mainwindow.cpp | |
parent | 8defc2d2a9ab80cd919d4aea9b9269cc203af9e8 (diff) | |
download | tde-systemsettings-46164d2bf7219e6db2daf81d76cf45301d97c10f.tar.gz tde-systemsettings-46164d2bf7219e6db2daf81d76cf45301d97c10f.zip |
Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4
Diffstat (limited to 'systemsettings/mainwindow.cpp')
-rw-r--r-- | systemsettings/mainwindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 ); |