summaryrefslogtreecommitdiffstats
path: root/kfind/kfind.h
diff options
context:
space:
mode:
Diffstat (limited to 'kfind/kfind.h')
-rw-r--r--kfind/kfind.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/kfind/kfind.h b/kfind/kfind.h
index 9bc5d35e5..35fcb4b65 100644
--- a/kfind/kfind.h
+++ b/kfind/kfind.h
@@ -7,7 +7,7 @@
#ifndef KFIND_H
#define KFIND_H
-#include <qwidget.h>
+#include <tqwidget.h>
#include <kfileitem.h>
#include <kdirlister.h>
@@ -23,7 +23,7 @@ class Kfind: public QWidget
Q_OBJECT
public:
- Kfind(QWidget * parent = 0, const char * name = 0);
+ Kfind(TQWidget * parent = 0, const char * name = 0);
~Kfind();
void setURL( const KURL &url );
@@ -31,8 +31,8 @@ public:
void setQuery(KQuery * q) { query = q; }
void searchFinished();
- void saveState( QDataStream *stream );
- void restoreState( QDataStream *stream );
+ void saveState( TQDataStream *stream );
+ void restoreState( TQDataStream *stream );
public slots:
void startSearch();