diff options
author | Timothy Pearson <[email protected]> | 2013-01-24 13:44:04 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-24 13:44:04 -0600 |
commit | 72a82366e0b94a52125683f3ee3a8ffd3691294b (patch) | |
tree | 787ee6497a0bf5e2e730f58d57dcbc9dc5377548 /xparts/xpart_notepad/shell_xparthost.cpp | |
parent | 43e3dc950c8050c2ba850b5707077790870aa734 (diff) | |
download | tdebindings-72a82366e0b94a52125683f3ee3a8ffd3691294b.tar.gz tdebindings-72a82366e0b94a52125683f3ee3a8ffd3691294b.zip |
Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4
Diffstat (limited to 'xparts/xpart_notepad/shell_xparthost.cpp')
-rw-r--r-- | xparts/xpart_notepad/shell_xparthost.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xparts/xpart_notepad/shell_xparthost.cpp b/xparts/xpart_notepad/shell_xparthost.cpp index b65819ad..8bb4ce65 100644 --- a/xparts/xpart_notepad/shell_xparthost.cpp +++ b/xparts/xpart_notepad/shell_xparthost.cpp @@ -22,7 +22,7 @@ ShellWindow::ShellWindow() connect(m_host, TQT_SIGNAL( actionsInitialized() ), this, TQT_SLOT( mergeGUI() ) ); // Launch our XPart child. - m_partProcess = new KProcess; + m_partProcess = new TDEProcess; *m_partProcess << "./xp_notepad" << kapp->dcopClient()->appId() << m_host->objId(); m_partProcess->start(); |