diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-24 13:44:04 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2013-01-24 13:44:04 -0600 |
commit | 72a82366e0b94a52125683f3ee3a8ffd3691294b (patch) | |
tree | 787ee6497a0bf5e2e730f58d57dcbc9dc5377548 /xparts/xpart_notepad/shell_xparthost.h | |
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.h')
-rw-r--r-- | xparts/xpart_notepad/shell_xparthost.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xparts/xpart_notepad/shell_xparthost.h b/xparts/xpart_notepad/shell_xparthost.h index f65cdf1b..7a0bb1a8 100644 --- a/xparts/xpart_notepad/shell_xparthost.h +++ b/xparts/xpart_notepad/shell_xparthost.h @@ -5,7 +5,7 @@ #include <kparts/mainwindow.h> #include <kdebug.h> -class KProcess; +class TDEProcess; class ShellWindow : public KParts::MainWindow { @@ -23,7 +23,7 @@ public slots: private: XPartHost_KPart *m_host; - KProcess *m_partProcess; + TDEProcess *m_partProcess; }; #endif |