From 28723595822268551d3e050c3a83bf6ca5e17dd5 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Sun, 18 Dec 2011 18:10:39 -0600 Subject: Rename old tq methods that no longer need a unique name --- kmymoney2/kmymoney2.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'kmymoney2/kmymoney2.h') diff --git a/kmymoney2/kmymoney2.h b/kmymoney2/kmymoney2.h index d7f9b15..81a9797 100644 --- a/kmymoney2/kmymoney2.h +++ b/kmymoney2/kmymoney2.h @@ -1293,15 +1293,15 @@ private: extern KMyMoney2App *kmymoney2; -class KMtqStatus +class KMStatus { public: - KMtqStatus (const TQString &text); - ~KMtqStatus(); + KMStatus (const TQString &text); + ~KMStatus(); private: TQString m_prevText; }; -#define KMSTATUS(msg) KMtqStatus _thistqStatus(msg) +#define KMSTATUS(msg) KMStatus _thisStatus(msg) #endif // KMYMONEY2_H -- cgit v1.2.1