summaryrefslogtreecommitdiffstats
path: root/khotkeys/shared/voicesignature.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-25 00:30:47 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-25 00:30:47 -0600
commitcc74f360bb40da3d79f58048f8e8611804980aa6 (patch)
treec4385d2c16b904757b1c8bb998a4aec6993373f7 /khotkeys/shared/voicesignature.h
parent79b21d47bce1ee428affc97534cd8b257232a871 (diff)
downloadtdebase-cc74f360bb40da3d79f58048f8e8611804980aa6.tar.gz
tdebase-cc74f360bb40da3d79f58048f8e8611804980aa6.zip
Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4
Diffstat (limited to 'khotkeys/shared/voicesignature.h')
-rw-r--r--khotkeys/shared/voicesignature.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/khotkeys/shared/voicesignature.h b/khotkeys/shared/voicesignature.h
index 82556864f..af987cce1 100644
--- a/khotkeys/shared/voicesignature.h
+++ b/khotkeys/shared/voicesignature.h
@@ -26,7 +26,7 @@
#include <kdemacros.h>
class Sound;
-class KConfigBase;
+class TDEConfigBase;
#define WINDOW_MINIMUM 0.10
@@ -87,8 +87,8 @@ public:
static TQMemArray<double> fft(const Sound& sound, unsigned int start, unsigned int stop);
static bool window(const Sound& sound, unsigned int *start, unsigned int *stop);
- void write(KConfigBase *cfg, const TQString &key) const;
- void read(KConfigBase *cfg, const TQString &key);
+ void write(TDEConfigBase *cfg, const TQString &key) const;
+ void read(TDEConfigBase *cfg, const TQString &key);
inline bool isNull() const
{