summaryrefslogtreecommitdiffstats
path: root/kmymoney2/mymoney/mymoneyobserver.h
diff options
context:
space:
mode:
Diffstat (limited to 'kmymoney2/mymoney/mymoneyobserver.h')
-rw-r--r--kmymoney2/mymoney/mymoneyobserver.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/kmymoney2/mymoney/mymoneyobserver.h b/kmymoney2/mymoney/mymoneyobserver.h
index 3e6c922..3ec05d0 100644
--- a/kmymoney2/mymoney/mymoneyobserver.h
+++ b/kmymoney2/mymoney/mymoneyobserver.h
@@ -35,7 +35,7 @@
#include <kmymoney/export.h>
class MyMoneySubject;
-class QString;
+class TQString;
/**
* This is the base class to be used to construct an
@@ -46,7 +46,7 @@ class QString;
class KMYMONEY_EXPORT MyMoneyObserver {
public:
virtual ~MyMoneyObserver();
- virtual void update(const QString& id) = 0;
+ virtual void update(const TQString& id) = 0;
protected:
MyMoneyObserver();