diff options
author | Timothy Pearson <[email protected]> | 2013-01-24 13:26:42 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-24 13:26:42 -0600 |
commit | 59ff04ffaf48f18383b39ea6da17b8e18b6b50c3 (patch) | |
tree | 3c5878d4255116c6146b38687214acf355eb7564 /src/gui/studio/AudioPluginOSCGUI.h | |
parent | c329cc4e7edb85184878ba8238c4344cbaba2ac0 (diff) | |
download | rosegarden-59ff04ffaf48f18383b39ea6da17b8e18b6b50c3.tar.gz rosegarden-59ff04ffaf48f18383b39ea6da17b8e18b6b50c3.zip |
Rename KGlobal, KProcess, and KClipboard to avoid conflicts with KDE4
Diffstat (limited to 'src/gui/studio/AudioPluginOSCGUI.h')
-rw-r--r-- | src/gui/studio/AudioPluginOSCGUI.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/studio/AudioPluginOSCGUI.h b/src/gui/studio/AudioPluginOSCGUI.h index 950feb1..66a8fe1 100644 --- a/src/gui/studio/AudioPluginOSCGUI.h +++ b/src/gui/studio/AudioPluginOSCGUI.h @@ -33,7 +33,7 @@ #include <tqstring.h> -class KProcess; +class TDEProcess; namespace Rosegarden @@ -61,7 +61,7 @@ public: static TQString getGUIFilePath(TQString identifier); protected: - KProcess *m_gui; + TDEProcess *m_gui; lo_address m_address; TQString m_basePath; TQString m_serverUrl; |