From 55a8cf1a391985f156641c202616f6524f7e005b Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 20 Jan 2013 00:01:25 -0600 Subject: Rename KApplication to TDEApplication to avoid conflicts with KDE4 --- src/fetch/fetcher.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/fetch') diff --git a/src/fetch/fetcher.h b/src/fetch/fetcher.h index c73a884..c0a1b21 100644 --- a/src/fetch/fetcher.h +++ b/src/fetch/fetcher.h @@ -17,7 +17,7 @@ #include "fetch.h" #include "../datavectors.h" -#include // for KApplication::random() +#include // for TDEApplication::random() #include #include @@ -137,7 +137,7 @@ private: class SearchResult { public: SearchResult(Fetcher::Ptr f, const TQString& t, const TQString& d, const TQString& i) - : uid(KApplication::random()), fetcher(f), title(t), desc(d), isbn(i) {} + : uid(TDEApplication::random()), fetcher(f), title(t), desc(d), isbn(i) {} Data::EntryPtr fetchEntry(); uint uid; Fetcher::Ptr fetcher; -- cgit v1.2.1