From b9e542d0c805e9adee3a67e44532d5321032e21e Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 24 Jan 2013 13:51:01 -0600 Subject: Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4 --- src/mainwindowshare.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/mainwindowshare.cpp') diff --git a/src/mainwindowshare.cpp b/src/mainwindowshare.cpp index 6386f211..7046c679 100644 --- a/src/mainwindowshare.cpp +++ b/src/mainwindowshare.cpp @@ -186,7 +186,7 @@ void MainWindowShare::createActions() void MainWindowShare::slotReportBug() { - KBugReport a(m_pMainWnd, true, KGlobal::instance()->aboutData() ); + KBugReport a(m_pMainWnd, true, TDEGlobal::instance()->aboutData() ); a.exec(); } @@ -285,7 +285,7 @@ void MainWindowShare::slotShowMenuBar() } else { m_pMainWnd->menuBar()->show(); } - m_pMainWnd->saveMainWindowSettings( KGlobal::config(), "Mainwindow" ); + m_pMainWnd->saveMainWindowSettings( TDEGlobal::config(), "Mainwindow" ); } void MainWindowShare::slotConfigureNotifications() @@ -384,7 +384,7 @@ void MainWindowShare::slotNewToolbarConfig() { // replug actionlists here... - m_pMainWnd->applyMainWindowSettings( KGlobal::config(), "Mainwindow" ); + m_pMainWnd->applyMainWindowSettings( TDEGlobal::config(), "Mainwindow" ); // PartController::getInstance()->reinstallPopups(); } @@ -427,7 +427,7 @@ void MainWindowShare::slotKeyBindings() void MainWindowShare::slotConfigureToolbars() { - m_pMainWnd->saveMainWindowSettings( KGlobal::config(), "Mainwindow" ); + m_pMainWnd->saveMainWindowSettings( TDEGlobal::config(), "Mainwindow" ); KEditToolbar dlg( m_pMainWnd->factory() ); connect(&dlg, TQT_SIGNAL(newToolbarConfig()), this, TQT_SLOT(slotNewToolbarConfig())); dlg.exec(); -- cgit v1.2.1