summaryrefslogtreecommitdiffstats
path: root/src/klamav_run.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/klamav_run.h')
-rw-r--r--src/klamav_run.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/klamav_run.h b/src/klamav_run.h
index 1914508..0e9280f 100644
--- a/src/klamav_run.h
+++ b/src/klamav_run.h
@@ -19,11 +19,11 @@ namespace KlamAV
{
Q_OBJECT
public:
- BrowserRun(Viewer *, QWidget *, KParts::ReadOnlyPart *, const KURL & , const KParts::URLArgs &);
+ BrowserRun(Viewer *, TQWidget *, KParts::ReadOnlyPart *, const KURL & , const KParts::URLArgs &);
virtual ~BrowserRun();
protected:
- virtual void foundMimeType( const QString & _type );
+ virtual void foundMimeType( const TQString & _type );
private slots:
void killMyself();