diff options
author | Darrell Anderson <humanreadable@yahoo.com> | 2012-04-12 23:48:24 -0500 |
---|---|---|
committer | Darrell Anderson <humanreadable@yahoo.com> | 2012-04-12 23:48:24 -0500 |
commit | 3b07e4ebbf115f8de8fd2623d2019757f8f7b4f4 (patch) | |
tree | aec6904701bdc64c60b6809f543bcca9f12e9377 /noatun-plugins/nexscope | |
parent | b52ba2888b6ff9734909c6d36fe7bbd895a76454 (diff) | |
download | tdeaddons-3b07e4ebbf115f8de8fd2623d2019757f8f7b4f4.tar.gz tdeaddons-3b07e4ebbf115f8de8fd2623d2019757f8f7b4f4.zip |
Fix inadvertent "TQ" changes.
Diffstat (limited to 'noatun-plugins/nexscope')
-rw-r--r-- | noatun-plugins/nexscope/output.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/noatun-plugins/nexscope/output.cpp b/noatun-plugins/nexscope/output.cpp index 09bfbd2..84885e2 100644 --- a/noatun-plugins/nexscope/output.cpp +++ b/noatun-plugins/nexscope/output.cpp @@ -36,7 +36,7 @@ int OutputSDL::display(Bitmap *source) { switch (event.type) { - case SDL_TQUIT: + case SDL_QUIT: return Exit; default: break; |