summaryrefslogtreecommitdiffstats
path: root/arts/knotify/knotify.h
diff options
context:
space:
mode:
Diffstat (limited to 'arts/knotify/knotify.h')
-rw-r--r--arts/knotify/knotify.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/arts/knotify/knotify.h b/arts/knotify/knotify.h
index 12e699299..f35d9ad79 100644
--- a/arts/knotify/knotify.h
+++ b/arts/knotify/knotify.h
@@ -37,7 +37,7 @@ public:
KNotify( bool useArts );
~KNotify();
- enum PlayingFinishedStatus
+ enum PlayingFinishedtqStatus
{
PlayedOK = 0, // success, all following mean failure
NoSoundFile,
@@ -86,7 +86,7 @@ private:
bool isPlaying( const TQString& soundFile ) const;
- void soundFinished( int eventId, PlayingFinishedStatus reason );
+ void soundFinished( int eventId, PlayingFinishedtqStatus reason );
void abortFirstPlayObject();
WId checkWinId( const TQString& appName, WId senderWinId );