summaryrefslogtreecommitdiffstats
path: root/libkcddb/cache.h
diff options
context:
space:
mode:
Diffstat (limited to 'libkcddb/cache.h')
-rw-r--r--libkcddb/cache.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/libkcddb/cache.h b/libkcddb/cache.h
index 4a3a7cfe..5ccf3775 100644
--- a/libkcddb/cache.h
+++ b/libkcddb/cache.h
@@ -22,8 +22,8 @@
#ifndef KCDDB_CACHE_H
#define KCDDB_CACHE_H
-#include <qpair.h>
-#include <qstring.h>
+#include <tqpair.h>
+#include <tqstring.h>
#include "cdinfo.h"
#include <kdemacros.h>
@@ -40,7 +40,7 @@ namespace KCDDB
Ignore
};
- static CDInfoList lookup( const QString & );
+ static CDInfoList lookup( const TQString & );
static void store( const CDInfoList & );
// KDE4: Should probably take a TrackOffsetList too, so
// the list can be stored in the file, and we can make
@@ -49,7 +49,7 @@ namespace KCDDB
static void store( const CDInfo & );
private:
- static QString fileName( const QString &category, const QString& discid, const QString &cacheDir );
+ static TQString fileName( const TQString &category, const TQString& discid, const TQString &cacheDir );
};
}