summaryrefslogtreecommitdiffstats
path: root/knights/audio.h
diff options
context:
space:
mode:
Diffstat (limited to 'knights/audio.h')
-rw-r--r--knights/audio.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/knights/audio.h b/knights/audio.h
index 1270b85..10ab8b7 100644
--- a/knights/audio.h
+++ b/knights/audio.h
@@ -50,13 +50,13 @@ class audio
audio();
~audio();
void play( const int );
- void setTheme( const QString& );
+ void setTheme( const TQString& );
bool enabled;
int volume;
ThemeHeader themeHeader;
protected:
- void prepFile( const QString&, const int& );
+ void prepFile( const TQString&, const int& );
private:
audioPrivate *a;
};