diff options
author | Timothy Pearson <[email protected]> | 2013-01-20 00:01:25 -0600 |
---|---|---|
committer | Timothy Pearson <[email protected]> | 2013-01-20 00:01:25 -0600 |
commit | 55a8cf1a391985f156641c202616f6524f7e005b (patch) | |
tree | 1b62db594767ea016df35e957b4ee59eb52503af /src/fetch/fetcher.h | |
parent | 0e5bdd6a8bd27439624c8b4e9a3cf748ddc3e37a (diff) | |
download | tellico-55a8cf1a391985f156641c202616f6524f7e005b.tar.gz tellico-55a8cf1a391985f156641c202616f6524f7e005b.zip |
Rename KApplication to TDEApplication to avoid conflicts with KDE4
Diffstat (limited to 'src/fetch/fetcher.h')
-rw-r--r-- | src/fetch/fetcher.h | 4 |
1 files changed, 2 insertions, 2 deletions
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 <kapplication.h> // for KApplication::random() +#include <kapplication.h> // for TDEApplication::random() #include <tqobject.h> #include <tqstring.h> @@ -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; |