summaryrefslogtreecommitdiffstats
path: root/kplato/kptcontext.h
diff options
context:
space:
mode:
Diffstat (limited to 'kplato/kptcontext.h')
-rw-r--r--kplato/kptcontext.h22
1 files changed, 11 insertions, 11 deletions
diff --git a/kplato/kptcontext.h b/kplato/kptcontext.h
index 5ad7b8d7..bbf7a011 100644
--- a/kplato/kptcontext.h
+++ b/kplato/kptcontext.h
@@ -21,11 +21,11 @@
#ifndef KPTCONTEXT_H
#define KPTCONTEXT_H
-#include <qdatetime.h>
-#include <qstring.h>
-#include <qstringlist.h>
+#include <tqdatetime.h>
+#include <tqstring.h>
+#include <tqstringlist.h>
-class QDomElement;
+class TQDomElement;
namespace KPlato
{
@@ -35,12 +35,12 @@ public:
Context();
virtual ~Context();
- virtual bool load(QDomElement &element);
- virtual void save(QDomElement &element) const;
+ virtual bool load(TQDomElement &element);
+ virtual void save(TQDomElement &element) const;
// View
- QString currentView;
+ TQString currentView;
int currentEstimateType;
long currentSchedule;
bool actionViewExpected;
@@ -50,7 +50,7 @@ public:
struct Ganttview {
int ganttviewsize;
int taskviewsize;
- QString currentNode;
+ TQString currentNode;
bool showResources;
bool showTaskName;
bool showTaskLinks;
@@ -59,7 +59,7 @@ public:
bool showCriticalTasks;
bool showCriticalPath;
bool showNoInformation;
- QStringList closedNodes;
+ TQStringList closedNodes;
} ganttview;
struct Pertview {
@@ -71,10 +71,10 @@ public:
struct Accountsview {
int accountsviewsize;
int periodviewsize;
- QDate date;
+ TQDate date;
int period;
bool cumulative;
- QStringList closedItems;
+ TQStringList closedItems;
} accountsview;
struct Reportview {