summaryrefslogtreecommitdiffstats
path: root/libkcddb/httpsubmit.h
diff options
context:
space:
mode:
Diffstat (limited to 'libkcddb/httpsubmit.h')
-rw-r--r--libkcddb/httpsubmit.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libkcddb/httpsubmit.h b/libkcddb/httpsubmit.h
index 63d837b0..40131ea4 100644
--- a/libkcddb/httpsubmit.h
+++ b/libkcddb/httpsubmit.h
@@ -27,14 +27,14 @@ namespace KCDDB
class HTTPSubmit : public Submit
{
public:
- HTTPSubmit(const QString& from, const QString& hostname, uint port);
+ HTTPSubmit(const TQString& from, const TQString& hostname, uint port);
virtual ~HTTPSubmit();
protected:
virtual KIO::Job* createJob(const CDInfo& cdInfo);
KURL url_;
- QString from_;
+ TQString from_;
} ;
}