summaryrefslogtreecommitdiffstats
path: root/krusader/Search/krsearchmod.h
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-25 00:12:12 -0600
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2013-01-25 00:12:12 -0600
commit527c1d6eee022fbe0fed30d64ca6695c48925be2 (patch)
tree0ce098887e1f76dcba419110ebe925c51363604a /krusader/Search/krsearchmod.h
parentb8fb4538e9eddfeb9eb0fa8def496f58cb7a9bf1 (diff)
downloadkrusader-527c1d6eee022fbe0fed30d64ca6695c48925be2.tar.gz
krusader-527c1d6eee022fbe0fed30d64ca6695c48925be2.zip
Rename KCModule, KConfig, KIO, KServer, and KSocket to avoid conflicts with KDE4
Diffstat (limited to 'krusader/Search/krsearchmod.h')
-rw-r--r--krusader/Search/krsearchmod.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/krusader/Search/krsearchmod.h b/krusader/Search/krsearchmod.h
index 892097c..73ef46d 100644
--- a/krusader/Search/krsearchmod.h
+++ b/krusader/Search/krsearchmod.h
@@ -65,7 +65,7 @@ private:
signals:
void finished();
void searching(const TQString&);
- void found(TQString what, TQString where, KIO::filesize_t size, time_t mtime, TQString perm, TQString textFound);
+ void found(TQString what, TQString where, TDEIO::filesize_t size, time_t mtime, TQString perm, TQString textFound);
private slots:
void slotProcessEvents( bool & stopped );