From 808e453c56036211f57482ed847d54aca01bba68 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 15 Dec 2011 15:49:40 -0600 Subject: Rename a number of old tq methods that are no longer tq specific --- librss/testlibrss.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'librss/testlibrss.h') diff --git a/librss/testlibrss.h b/librss/testlibrss.h index 9ec92ec7..d394abed 100644 --- a/librss/testlibrss.h +++ b/librss/testlibrss.h @@ -9,7 +9,7 @@ using RSS::Loader; using RSS::Document; -using RSS::tqStatus; +using RSS::Status; class Tester : public TQObject { @@ -19,7 +19,7 @@ class Tester : public TQObject void test(); private slots: - void slotLoadingComplete( Loader *loader, Document doc, tqStatus status ); + void slotLoadingComplete( Loader *loader, Document doc, Status status ); }; #endif -- cgit v1.2.1