From 79b21d47bce1ee428affc97534cd8b257232a871 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 24 Jan 2013 13:43:14 -0600 Subject: Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4 --- kcontrol/css/kcmcss.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kcontrol/css/kcmcss.cpp') diff --git a/kcontrol/css/kcmcss.cpp b/kcontrol/css/kcmcss.cpp index 9706ccd5f..e956edccb 100644 --- a/kcontrol/css/kcmcss.cpp +++ b/kcontrol/css/kcmcss.cpp @@ -371,7 +371,7 @@ void CSSConfig::slotPreview() // Show the preview PreviewDialog *dlg = new PreviewDialog(this, 0, true); dlg->preview->setPaper(back); - dlg->preview->viewport()->setFont(TQFont(KGlobalSettings::generalFont().family(), bfs)); + dlg->preview->viewport()->setFont(TQFont(TDEGlobalSettings::generalFont().family(), bfs)); dlg->exec(); -- cgit v1.2.1